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:
164f98a
)
lockd: clean up __nsm_find()
author
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 20 Feb 2008 20:27:31 +0000
(15:27 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 23 Apr 2008 20:13:39 +0000
(16:13 -0400)
Use list_for_each_entry(). Also, in keeping with kernel style, make the
normal case (kzalloc succeeds) unindented and handle the abnormal case
with a goto.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
No differences found