diff options
| author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-08-31 17:09:33 -0400 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-01 16:42:15 -0500 |
| commit | 50431d94e732ba71b66a83c5435890728e313095 (patch) | |
| tree | 4bee956a3f089aac02eafafcbc4a03c138696e6d | |
| parent | f7b8066f9ff68016489ff6f9fb358aa59bd14e1b (diff) | |
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>
| -rw-r--r-- | fs/lockd/svcsubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/svcsubs.c b/fs/lockd/svcsubs.c index 84ebba33b98d..dbbefbcd6712 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, | |||
| 87 | unsigned int hash; | 87 | unsigned int hash; |
| 88 | __be32 nfserr; | 88 | __be32 nfserr; |
| 89 | 89 | ||
| 90 | nlm_debug_print_fh("nlm_file_lookup", f); | 90 | nlm_debug_print_fh("nlm_lookup_file", f); |
| 91 | 91 | ||
| 92 | hash = file_hash(f); | 92 | hash = file_hash(f); |
| 93 | 93 | ||
