commit | 3420a8c4359a189f7d854ed7075d151257415447 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Dec 05 19:03:46 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:54 2009 -0500 |
tree | dbcfbcdd9383bc4a9bb832f6b4a8876461495dc8 | |
parent | 576df4634e37e46b441fefb91915184edb13bb94 [diff] |
NSM: Add nsm_lookup() function Introduce a new API to fs/lockd/mon.c that allows nlm_host_rebooted() to lookup up nsm_handles via the contents of an nlm_reboot struct. The new function is equivalent to calling nsm_find() with @create set to zero, but it takes a struct nlm_reboot instead of separate arguments. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>