diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:24:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:24:28 -0400 |
commit | 18a043f9413277523cf5011e594caa1747db4948 (patch) | |
tree | f5d7e908bf62e67184f91ce83b6b7624755826ac /fs/nfs | |
parent | 31453a9764f7e2a72a6e2c502ace586e2663a68c (diff) | |
parent | eb1c86b8b501ad9a073d9d519105979d31fa0ef2 (diff) |
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
* 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
NFS: rename nfs.upcall -> nfs.idmap
NFS: Fix a compile issue in nfs_root
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 |