From: J. Bruce Fields Date: Fri, 31 Aug 2007 21:09:33 +0000 (-0400) Subject: lockd: minor log message fix X-Git-Tag: v2.6.25-rc1~1072^2~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50431d94e732ba71b66a83c5435890728e313095;p=linux-2.6 lockd: minor log message fix Wendy Cheng noticed that function name doesn't agree here. Signed-off-by: J. Bruce Fields Cc: Wendy Cheng --- diff --git a/fs/lockd/svcsubs.c b/fs/lockd/svcsubs.c index 84ebba33b9..dbbefbcd67 100644 --- a/fs/lockd/svcsubs.c +++ b/fs/lockd/svcsubs.c @@ -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);