diff mbox

nfs: fix mispelling of idmap CONFIG symbol

Message ID 20101221234934.GB30525@fieldses.org (mailing list archive)
State Accepted, archived
Delegated to: Trond Myklebust
Headers show

Commit Message

J. Bruce Fields Dec. 21, 2010, 11:49 p.m. UTC
None
diff mbox

Patch

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>