Skip to content

Commit

Permalink
nfs: fix mispelling of idmap CONFIG symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Jan 4, 2011
1 parent beb0f0a commit 5f3e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5f3e97c

Please sign in to comment.