aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2010-12-21 23:49:34 +0000
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-01-04 13:10:39 -0500
commit5f3e97c9ee6290befb5a2e78baf95ff951a8a34a (patch)
tree97b70a72e67fb2c1885fa5c5527f7cea5437189e
parentbeb0f0a9fba1fa98b378329a9a5b0a73f25097ae (diff)
downloadkernel_samsung_smdk4412-5f3e97c9ee6290befb5a2e78baf95ff951a8a34a.zip
kernel_samsung_smdk4412-5f3e97c9ee6290befb5a2e78baf95ff951a8a34a.tar.gz
kernel_samsung_smdk4412-5f3e97c9ee6290befb5a2e78baf95ff951a8a34a.tar.bz2
nfs: fix mispelling of idmap CONFIG symbol
Trivial, but confusing when you're trying to grep through this code.... Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r--fs/nfs/idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c
index 4e2d9b6..1869688 100644
--- a/fs/nfs/idmap.c
+++ b/fs/nfs/idmap.c
@@ -238,7 +238,7 @@ int nfs_map_gid_to_group(struct nfs_client *clp, __u32 gid, char *buf, size_t bu
return nfs_idmap_lookup_name(gid, "group", buf, buflen);
}
-#else /* CONFIG_NFS_USE_IDMAPPER not defined */
+#else /* CONFIG_NFS_USE_NEW_IDMAPPER not defined */
#include <linux/module.h>
#include <linux/mutex.h>