git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd44e2b
)
[GFS2] Remove queue_empty() function
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 22 Jan 2007 18:09:04 +0000
(13:09 -0500)
committer
Steven 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