projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb0f0a
)
nfs: fix mispelling of idmap CONFIG symbol
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 21 Dec 2010 23:49:34 +0000
(23:49 +0000)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 4 Jan 2011 18:10:39 +0000
(13:10 -0500)
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>
fs/nfs/idmap.c
patch
|
blob
|
history
diff --git
a/fs/nfs/idmap.c
b/fs/nfs/idmap.c
index 4e2d9b6b1380394cdeca41f0d632eff513b241b8..18696882f1c63b789dbd611ee560722743f98607 100644
(file)
--- 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>