commit | 92fd91b998a5216a6d6606704e71d541a180216c | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Dec 05 19:04:01 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:54 2009 -0500 |
tree | e3c181450d40e3d448a48c560aac858ea0e7aee5 | |
parent | 8c7378fd2a5f22016542931b887a2ae98d146eaf [diff] |
NLM: Remove "create" argument from nsm_find() Clean up: nsm_find() now has only one caller, and that caller unconditionally sets the @create argument. Thus the @create argument is no longer needed. Since nsm_find() now has a more specific purpose, pick a more appropriate name for it. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>