git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2132c1
)
FUSE: Adapt readdirplus to application usage patterns
author
Feng Shuo
<steve.shuo.feng@gmail.com>
Tue, 15 Jan 2013 03:23:28 +0000
(11:23 +0800)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 31 Jan 2013 16:08:11 +0000
(17:08 +0100)
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>
No differences found