Przeglądaj źródła

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>
J. Bruce Fields 17 lat temu
rodzic
commit
50431d94e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      fs/lockd/svcsubs.c

+ 1 - 1
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);