]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
fscache: Remove the contents of the fscache driver, pending rewrite
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Oct 2021 20:53:44 +0000 (21:53 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 26 Nov 2021 14:28:51 +0000 (14:28 +0000)
commit99391bae7ee33cfed0162e08391d582007402e1c
tree44cbd0d32e2531745f4559529df37ee734642225
parentf1ce7b49f4fc22cae327de4c9ea97f224446b766
fscache: Remove the contents of the fscache driver, pending rewrite

Remove the code that comprises the fscache driver as it's going to be
substantially rewritten, with the majority of the code being erased in the
rewrite.

A small piece of linux/fscache.h is left as that is #included by a bunch of
network filesystems.

Signed-off-by: David Howells <dhowells@redhat.com>
20 files changed:
fs/9p/vfs_addr.c
fs/Makefile
fs/afs/file.c
fs/fscache/Kconfig
fs/fscache/Makefile [deleted file]
fs/fscache/cache.c [deleted file]
fs/fscache/cookie.c [deleted file]
fs/fscache/fsdef.c [deleted file]
fs/fscache/internal.h [deleted file]
fs/fscache/io.c [deleted file]
fs/fscache/main.c [deleted file]
fs/fscache/netfs.c [deleted file]
fs/fscache/object.c [deleted file]
fs/fscache/operation.c [deleted file]
fs/fscache/page.c [deleted file]
fs/fscache/proc.c [deleted file]
fs/fscache/stats.c [deleted file]
include/linux/fscache-cache.h
include/linux/fscache.h
include/trace/events/fscache.h [deleted file]