diff options
Diffstat (limited to 'fs/nfs/idmap.c')
-rw-r--r-- | fs/nfs/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 4e2d9b6b1380..18696882f1c6 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 | |||
238 | return nfs_idmap_lookup_name(gid, "group", buf, buflen); | 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 | #include <linux/module.h> | 243 | #include <linux/module.h> |
244 | #include <linux/mutex.h> | 244 | #include <linux/mutex.h> |