commit | 6c26f71759a6efc04b888dd2c1cc4f1cac38cdf0 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 21 15:57:07 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 21 15:57:07 2019 +0200 |
tree | 33b74a968abe41628e510709d986fcb6f544681e | |
parent | 2b319d1f6f92a4ced9897678113d176ee16ae85d [diff] |
fuse: don't advise readdirplus for negative lookup If the FUSE_READDIRPLUS_AUTO feature is enabled, then lookups on a directory before/during readdir are used as an indication that READDIRPLUS should be used instead of READDIR. However if the lookup turns out to be negative, then selecting READDIRPLUS makes no sense. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>