mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 08:38:24 +08:00
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>
This commit is contained in:
parent
f7b8066f9f
commit
50431d94e7
@ -87,7 +87,7 @@ nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result,
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user