commit | 12132933c4fdeb458195a9388287d550c8476edf | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 22 13:09:04 2007 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Feb 05 13:37:32 2007 -0500 |
tree | 037a43592c395a7d60561628fdf24e80b5901489 | |
parent | bd44e2b007bc9024bce3357c185b38c73f87c3dd [diff] |
[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>