diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index a36e01cd6321..70e1dc9162e2 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -586,6 +586,7 @@ extern void * nfs_root_data(void); | |||
586 | #define NFSDBG_FILE 0x0040 | 586 | #define NFSDBG_FILE 0x0040 |
587 | #define NFSDBG_ROOT 0x0080 | 587 | #define NFSDBG_ROOT 0x0080 |
588 | #define NFSDBG_CALLBACK 0x0100 | 588 | #define NFSDBG_CALLBACK 0x0100 |
589 | #define NFSDBG_CLIENT 0x0200 | ||
589 | #define NFSDBG_ALL 0xFFFF | 590 | #define NFSDBG_ALL 0xFFFF |
590 | 591 | ||
591 | #ifdef __KERNEL__ | 592 | #ifdef __KERNEL__ |