commit | 50431d94e732ba71b66a83c5435890728e313095 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri Aug 31 17:09:33 2007 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:15 2008 -0500 |
tree | 4bee956a3f089aac02eafafcbc4a03c138696e6d | |
parent | f7b8066f9ff68016489ff6f9fb358aa59bd14e1b [diff] [blame] |
lockd: minor log message fix Wendy Cheng noticed that function name doesn't agree here. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Cc: Wendy Cheng <wcheng@redhat.com>
diff --git a/fs/lockd/svcsubs.c b/fs/lockd/svcsubs.c index 84ebba3..dbbefbc 100644 --- a/fs/lockd/svcsubs.c +++ b/fs/lockd/svcsubs.c
@@ -87,7 +87,7 @@ unsigned int hash; __be32 nfserr; - nlm_debug_print_fh("nlm_file_lookup", f); + nlm_debug_print_fh("nlm_lookup_file", f); hash = file_hash(f);