diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfsroot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c index 460df3652889..903908a20023 100644 --- a/fs/nfs/nfsroot.c +++ b/fs/nfs/nfsroot.c | |||
@@ -101,6 +101,7 @@ static char nfs_export_path[NFS_MAXPATHLEN + 1] __initdata = ""; | |||
101 | /* server:export path string passed to super.c */ | 101 | /* server:export path string passed to super.c */ |
102 | static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; | 102 | static char nfs_root_device[NFS_MAXPATHLEN + 1] __initdata = ""; |
103 | 103 | ||
104 | #ifdef RPC_DEBUG | ||
104 | /* | 105 | /* |
105 | * When the "nfsrootdebug" kernel command line option is specified, | 106 | * When the "nfsrootdebug" kernel command line option is specified, |
106 | * enable debugging messages for NFSROOT. | 107 | * enable debugging messages for NFSROOT. |
@@ -112,6 +113,7 @@ static int __init nfs_root_debug(char *__unused) | |||
112 | } | 113 | } |
113 | 114 | ||
114 | __setup("nfsrootdebug", nfs_root_debug); | 115 | __setup("nfsrootdebug", nfs_root_debug); |
116 | #endif | ||
115 | 117 | ||
116 | /* | 118 | /* |
117 | * Parse NFS server and directory information passed on the kernel | 119 | * Parse NFS server and directory information passed on the kernel |