diff options
Diffstat (limited to 'fs/lockd/svcsubs.c')
-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 665ef5a05183..a563ddbc19e6 100644 --- a/fs/lockd/svcsubs.c +++ b/fs/lockd/svcsubs.c | |||
@@ -31,7 +31,7 @@ | |||
31 | static struct hlist_head nlm_files[FILE_NRHASH]; | 31 | static struct hlist_head nlm_files[FILE_NRHASH]; |
32 | static DEFINE_MUTEX(nlm_file_mutex); | 32 | static DEFINE_MUTEX(nlm_file_mutex); |
33 | 33 | ||
34 | #ifdef NFSD_DEBUG | 34 | #ifdef CONFIG_SUNRPC_DEBUG |
35 | static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) | 35 | static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) |
36 | { | 36 | { |
37 | u32 *fhp = (u32*)f->data; | 37 | u32 *fhp = (u32*)f->data; |