diff options
author | David Howells <dhowells@redhat.com> | 2021-05-12 09:40:19 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2021-08-27 13:34:02 +0100 |
commit | 6ae9bd8bb037b7c422bafde746f2338a716f6058 (patch) | |
tree | ae0c6602f88829a3bd9737ee8ed6feb2c8f65b35 /fs/cachefiles/Makefile | |
parent | 884a76881fc5f5c9c04de1b640bed2c340929842 (diff) | |
download | linux-6ae9bd8bb037b7c422bafde746f2338a716f6058.tar.gz linux-6ae9bd8bb037b7c422bafde746f2338a716f6058.tar.bz2 linux-6ae9bd8bb037b7c422bafde746f2338a716f6058.zip |
fscache, cachefiles: Remove the histogram stuff
Remove the histogram stuff as it's mostly going to be outdated.
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/162431195953.2908479.16770977195634296638.stgit@warthog.procyon.org.uk/
Diffstat (limited to 'fs/cachefiles/Makefile')
-rw-r--r-- | fs/cachefiles/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cachefiles/Makefile b/fs/cachefiles/Makefile index 2227dc2d5498..02fd17731769 100644 --- a/fs/cachefiles/Makefile +++ b/fs/cachefiles/Makefile @@ -15,6 +15,4 @@ cachefiles-y := \ security.o \ xattr.o -cachefiles-$(CONFIG_CACHEFILES_HISTOGRAM) += proc.o - obj-$(CONFIG_CACHEFILES) := cachefiles.o |