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, 7 Jan 2022 09:22:19 +0000 (09:22 +0000)
commit2cee6fbb7f01bcb25f11ef1439e89a29de4c0c1d
treed66797497476614260f6441239f9165ea27513f0
parent850cba069c266d6f31b81c5a199052a3482a63fc
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>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/163819578724.215744.18210619052245724238.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/163906884814.143852.6727245089843862889.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/163967077097.1823006.1377665951499979089.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164021485548.640689.13876080567388696162.stgit@warthog.procyon.org.uk/
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]