NLM: Call nsm_reboot_lookup() instead of nsm_find()
authorChuck Lever <chuck.lever@oracle.com>
Sat, 6 Dec 2008 00:03:54 +0000 (19:03 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:54 +0000 (11:53 -0500)
commit8c7378fd2a5f22016542931b887a2ae98d146eaf
treee274fe98455ee385b8ba88917e7465c9332b8184
parent3420a8c4359a189f7d854ed7075d151257415447
NLM: Call nsm_reboot_lookup() instead of nsm_find()

Invoke the newly introduced nsm_reboot_lookup() function in
nlm_host_rebooted() instead of nsm_find().

This introduces just one behavioral change: debugging messages
produced during reboot notification will now appear when the
NLMDBG_MONITOR flag is set, but not when the NLMDBG_HOSTCACHE flag
is set.

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