lockd: clean up __nsm_find()
authorJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 20 Feb 2008 20:27:31 +0000 (15:27 -0500)
committerJ. 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