]> Git Repo - linux.git/commit - fs/nfsd/nfs3xdr.c
[PATCH] knfsd: allow nfsd READDIR to return 64bit cookies
authorNeilBrown <[email protected]>
Tue, 27 Mar 2007 05:32:08 +0000 (21:32 -0800)
committerLinus Torvalds <[email protected]>
Tue, 27 Mar 2007 16:05:14 +0000 (09:05 -0700)
commit598b9a56373f0596ed48f7af730706aaee998d5f
tree4ed3f708e67ec38f890d22e13499ab26630a09f6
parentec28297a562f2b022115b9eb82e4ea724d996240
[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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nfsd/nfs3xdr.c
This page took 0.053502 seconds and 4 git commands to generate.