Skip to content
Commit 5571f1e6 authored by Dan Schatzberg's avatar Dan Schatzberg Committed by Miklos Szeredi
Browse files

fuse: enable caching of symlinks



FUSE file reads are cached in the page cache, but symlink reads are
not. This patch enables FUSE READLINK operations to be cached which
can improve performance of some FUSE workloads.

In particular, I'm working on a FUSE filesystem for access to source
code and discovered that about a 10% improvement to build times is
achieved with this patch (there are a lot of symlinks in the source
tree).

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 9a2eb24d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment