From: Bernd Schubert Date: Mon, 8 Aug 2011 15:38:08 +0000 (+0200) Subject: nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir() X-Git-Tag: v3.2-rc1~177^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832023bffb4b493f230be901f681020caf3ed1f8;p=pandora-kernel.git nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir() Fan Yong noticed setting FMODE_32bithash wouldn't work with nfsd v4, as nfsd4_readdir() checks for 32 bit cookies. However, according to RFC 3530 cookies have a 64 bit type and cookies are also defined as u64 in 'struct nfsd4_readdir'. So remove the test for >32-bit values. Cc: stable@kernel.org Signed-off-by: Bernd Schubert Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed