Skip to content
Commit 4582a4ab authored by Feng Shuo's avatar Feng Shuo Committed by Miklos Szeredi
Browse files

FUSE: Adapt readdirplus to application usage patterns



Use the same adaptive readdirplus mechanism as NFS:

http://permalink.gmane.org/gmane.linux.nfs/49299

If the user space implementation wants to disable readdirplus
temporarily, it could just return ENOTSUPP. Then kernel will
recall it with readdir.

Signed-off-by: default avatarFeng Shuo <steve.shuo.feng@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent c2132c1b
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