From: Eric Wong Date: Wed, 6 Feb 2013 22:29:01 +0000 (+0000) Subject: fuse: allow control of adaptive readdirplus use X-Git-Tag: v3.9-rc1~135^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634734b63ac39e137a1c623ba74f3e062b6577db;p=pandora-kernel.git fuse: allow control of adaptive readdirplus use For some filesystems (e.g. GlusterFS), the cost of performing a normal readdir and readdirplus are identical. Since adaptively using readdirplus has no benefit for those systems, give users/filesystems the option to control adaptive readdirplus use. v2 of this patch incorporates Miklos's suggestion to simplify the code, as well as improving consistency of macro names and documentation. Signed-off-by: Eric Wong Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed