commit | a95e56e72c196970a8067cd515c658d064813170 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Wed Feb 20 15:27:31 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Apr 23 16:13:39 2008 -0400 |
tree | e785c49b5cc7fe877ff5bf78193d11b1cb482540 | |
parent | 164f98adbbd50c67177b096a59f55c1a56a45c82 [diff] |
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 <bfields@citi.umich.edu>