Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50431d94 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

lockd: minor log message fix



Wendy Cheng noticed that function name doesn't agree here.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Cc: Wendy Cheng <wcheng@redhat.com>
parent f7b8066f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);