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>

+1 -1
+1 -1
fs/lockd/svcsubs.c
··· 87 87 unsigned int hash; 88 88 __be32 nfserr; 89 89 90 - nlm_debug_print_fh("nlm_file_lookup", f); 90 + nlm_debug_print_fh("nlm_lookup_file", f); 91 91 92 92 hash = file_hash(f); 93 93