[GFS2] Remove queue_empty() function
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 22 Jan 2007 18:09:04 +0000 (13:09 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:37:32 +0000 (13:37 -0500)
commit12132933c4fdeb458195a9388287d550c8476edf
tree037a43592c395a7d60561628fdf24e80b5901489
parentbd44e2b007bc9024bce3357c185b38c73f87c3dd
[GFS2] Remove queue_empty() function

This function is not longer required since we do not do recursive
locking in the glock layer. As a result all its callers can be
replaceed with list_empty() calls.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c