From: NeilBrown Date: Tue, 27 Mar 2007 05:32:08 +0000 (-0800) Subject: [PATCH] knfsd: allow nfsd READDIR to return 64bit cookies X-Git-Tag: v2.6.21-rc6~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598b9a56373f0596ed48f7af730706aaee998d5f;p=pandora-kernel.git [PATCH] knfsd: allow nfsd READDIR to return 64bit cookies ->readdir passes lofft_t offsets (used as nfs cookies) to nfs3svc_encode_entry{,_plus}, but when they pass it on to encode_entry it becomes an 'off_t', which isn't good. So filesystems that returned 64bit offsets would lose. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed