[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)
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>

No differences found