|
@@ -31,7 +31,7 @@
|
|
static struct hlist_head nlm_files[FILE_NRHASH];
|
|
static struct hlist_head nlm_files[FILE_NRHASH];
|
|
static DEFINE_MUTEX(nlm_file_mutex);
|
|
static DEFINE_MUTEX(nlm_file_mutex);
|
|
|
|
|
|
-#ifdef NFSD_DEBUG
|
|
|
|
|
|
+#ifdef CONFIG_SUNRPC_DEBUG
|
|
static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f)
|
|
static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f)
|
|
{
|
|
{
|
|
u32 *fhp = (u32*)f->data;
|
|
u32 *fhp = (u32*)f->data;
|