]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
cachefiles: Introduce rewritten driver
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Nov 2021 14:32:29 +0000 (14:32 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 26 Nov 2021 15:46:26 +0000 (15:46 +0000)
commit07fec65dcb9e315bf2346d586a076ae2b6f4d75d
treeee9cab963063c5ea98bf44c3d2d1a3bf821a0019
parentdfbef76b968055e2e4ab242a323dc3881953429b
cachefiles: Introduce rewritten driver

Introduce basic skeleton of the rewritten cachefiles driver including
config options so that it can be enabled for compilation.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-cachefs@redhat.com
fs/Kconfig
fs/Makefile
fs/cachefiles/Kconfig [new file with mode: 0644]
fs/cachefiles/Makefile [new file with mode: 0644]
fs/cachefiles/internal.h [new file with mode: 0644]
fs/cachefiles/main.c [new file with mode: 0644]
include/trace/events/cachefiles.h [new file with mode: 0644]