commit | 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 | [log] [tgz] |
---|---|---|
author | Feng Shuo <steve.shuo.feng@gmail.com> | Tue Jan 15 11:23:28 2013 +0800 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Thu Jan 31 17:08:11 2013 +0100 |
tree | 20e4bf90709bf369665c3261753fcf32ff0d1b78 | |
parent | c2132c1bc73d9a279cec148f74ea709c960b3d89 [diff] |
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: Feng Shuo <steve.shuo.feng@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>