]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
netfs: Make a netfs helper module
authorDavid Howells <dhowells@redhat.com>
Fri, 30 Oct 2020 15:26:31 +0000 (15:26 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Jan 2021 17:30:46 +0000 (17:30 +0000)
Make a netfs helper module to manage read request segmentation, caching
support and transparent huge page support on behalf of a network
filesystem.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/netfs/Kconfig [new file with mode: 0644]

diff --git a/fs/netfs/Kconfig b/fs/netfs/Kconfig
new file mode 100644 (file)
index 0000000..2ebf90e
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+config NETFS_SUPPORT
+       tristate "Support for network filesystem high-level I/O"
+       help
+         This option enables support for network filesystems, including
+         helpers for high-level buffered I/O, abstracting out read
+         segmentation, local caching and transparent huge page support.