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/internal.h | |
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/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index 796678b2b32a..200082cafdda 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h @@ -85,19 +85,6 @@ static inline bool fscache_object_congested(void) extern void fscache_enqueue_object(struct fscache_object *); /* - * object-list.c - */ -#ifdef CONFIG_FSCACHE_OBJECT_LIST -extern const struct proc_ops fscache_objlist_proc_ops; - -extern void fscache_objlist_add(struct fscache_object *); -extern void fscache_objlist_remove(struct fscache_object *); -#else -#define fscache_objlist_add(object) do {} while(0) -#define fscache_objlist_remove(object) do {} while(0) -#endif - -/* * operation.c */ extern int fscache_submit_exclusive_op(struct fscache_object *, |