Skip to content

Commit

Permalink
lockd: minor log message fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent f7b8066 commit 50431d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/lockd/svcsubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 50431d9

Please sign in to comment.