From: Feng Shuo Date: Tue, 15 Jan 2013 03:23:28 +0000 (+0800) Subject: FUSE: Adapt readdirplus to application usage patterns X-Git-Tag: v3.9-rc1~135^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4582a4ab2a0e7218449fb2e895d0aae9ea753c94;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed