From: Andy Adamson Date: Fri, 13 Aug 2010 21:31:16 +0000 (-0400) Subject: nfsd: remove duplicate NFS4_STATEID_SIZE declaration X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1132b26029918aa8fb5ba24a81b5c234e61f356c;p=deliverable%2Flinux.git nfsd: remove duplicate NFS4_STATEID_SIZE declaration Use NFS4_STATEID_SIZE from include/linux/nfs4 Signed-off-by: Andy Adamson Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 988cbb3a19b6..014482c4e57d 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -41,7 +41,6 @@ #define NFSPROC4_CB_NULL 0 #define NFSPROC4_CB_COMPOUND 1 -#define NFS4_STATEID_SIZE 16 /* Index of predefined Linux callback client operations */