commit | 8c7378fd2a5f22016542931b887a2ae98d146eaf | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Dec 05 19:03:54 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:54 2009 -0500 |
tree | e274fe98455ee385b8ba88917e7465c9332b8184 | |
parent | 3420a8c4359a189f7d854ed7075d151257415447 [diff] |
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>