diff options
author | David Howells <dhowells@redhat.com> | 2021-05-12 11:59:17 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2021-08-27 15:34:02 +0300 |
commit | 58f386a73f16cea1f78e8466cc5c402eb7f6fcf8 (patch) | |
tree | 1998aea551b48a6192001b32992d43ca5e3983d2 /fs/fscache/Makefile | |
parent | 6ae9bd8bb037b7c422bafde746f2338a716f6058 (diff) | |
download | linux-58f386a73f16cea1f78e8466cc5c402eb7f6fcf8.tar.xz |
fscache: Remove the object list procfile
Remove the object list procfile from fscache as objects will become
entirely internal to the cache.
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/162431198332.2908479.5847286163455099669.stgit@warthog.procyon.org.uk/
Diffstat (limited to 'fs/fscache/Makefile')
-rw-r--r-- | fs/fscache/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile index 45d5235a449b..03a871d689bb 100644 --- a/fs/fscache/Makefile +++ b/fs/fscache/Makefile @@ -16,6 +16,5 @@ fscache-y := \ fscache-$(CONFIG_PROC_FS) += proc.o fscache-$(CONFIG_FSCACHE_STATS) += stats.o -fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o obj-$(CONFIG_FSCACHE) := fscache.o |