Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0a8f37fb authored by Chuck Lever's avatar Chuck Lever
Browse files

NFSD: Fix returned READDIR offset cookie


Code inspection shows that the server's NFSv3 READDIR implementation
handles offset cookies slightly differently than the NFSv2 READDIR,
NFSv3 READDIRPLUS, and NFSv4 READDIR implementations,
and there doesn't seem to be any need for this difference.

As a clean up, I copied the logic from nfsd3_proc_readdirplus().

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 224c1c89
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment