Allow caching symlinks in kernel page cache. (#551)
authorEtienne Dublé <etienne.duble@imag.fr>
Sun, 20 Sep 2020 18:08:15 +0000 (20:08 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Sep 2020 18:08:15 +0000 (19:08 +0100)
commitba3b225a126ebb3c6d4fe27c9f7c73aa4167001e
tree19149b92c169f419778e5e9799054b0c52243150
parent5b901ee0315658035661332d6d85d8bfd8816b6b
Allow caching symlinks in kernel page cache. (#551)

This commit defines a new capability called `FUSE_CAP_CACHE_SYMLINKS`.
It is off by default but you can now enable it by setting this flag in
in the `want` field of the `fuse_conn_info` structure.

When enabled, the kernel will save symlinks in its page cache,
by making use of the feature introduced in kernel 4.20:
https://github.com/torvalds/linux/commit/5571f1e65486be025f73fa6aa30fb03725d362a2
ChangeLog.rst
example/printcap.c
include/fuse_common.h
lib/fuse_lowlevel.c