Commit 5f3e97c9ee6290befb5a2e78baf95ff951a8a34a

Authored by J. Bruce Fields
Committed by Trond Myklebust
1 parent beb0f0a9fb

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -238,7 +238,7 @@
238 238 return nfs_idmap_lookup_name(gid, "group", buf, buflen);
239 239 }
240 240  
241   -#else /* CONFIG_NFS_USE_IDMAPPER not defined */
  241 +#else /* CONFIG_NFS_USE_NEW_IDMAPPER not defined */
242 242  
243 243 #include <linux/module.h>
244 244 #include <linux/mutex.h>