From: Kinglong Mee Date: Fri, 3 Jul 2015 11:36:14 +0000 (+0800) Subject: nfsd: Remove duplicate define of IDMAP_NAMESZ/IDMAP_TYPE_xx X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e446d66dd77fa8fbb505a9940bf637649c9b45f2;p=pandora-kernel.git nfsd: Remove duplicate define of IDMAP_NAMESZ/IDMAP_TYPE_xx Just using the macro defined in nfs_idmap.h. Signed-off-by: Kinglong Mee Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/idmap.h b/fs/nfsd/idmap.h index a3f34900091f..23cc85d1efdd 100644 --- a/fs/nfsd/idmap.h +++ b/fs/nfsd/idmap.h @@ -37,9 +37,7 @@ #include #include - -/* XXX from linux/nfs_idmap.h */ -#define IDMAP_NAMESZ 128 +#include #ifdef CONFIG_NFSD_V4 int nfsd_idmap_init(struct net *); Reading git-diff-tree failed