NSM: More clean up of nsm_get_handle()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 11 Dec 2008 22:55:59 +0000 (17:55 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:55 +0000 (11:53 -0500)
commit77a3ef33e2de6fc8aabd7cb1700bfef81757c28a
treebb403f4517d49c7756921a70ba27ddce3963a05d
parentb39b897c259fc1fd1998505f2b1d4ec1f115bce1
NSM: More clean up of nsm_get_handle()

Clean up: refactor nsm_get_handle() so it is organized the same way that
nsm_reboot_lookup() is.

There is an additional micro-optimization here.  This change moves the
"hostname & nsm_use_hostnames" test out of the list_for_each_entry()
clause in nsm_get_handle(), since it is loop-invariant.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/lockd/mon.c