From: J. Bruce Fields Date: Wed, 20 Feb 2008 20:27:31 +0000 (-0500) Subject: lockd: clean up __nsm_find() X-Git-Tag: v2.6.26-rc1~1083^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95e56e72c196970a8067cd515c658d064813170;p=pandora-kernel.git lockd: clean up __nsm_find() 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 --- Reading git-diff-tree failed