aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/internal.h
diff options
context:
space:
mode:
authorGravatar David Howells <dhowells@redhat.com> 2021-05-12 09:59:17 +0100
committerGravatar David Howells <dhowells@redhat.com> 2021-08-27 13:34:02 +0100
commit58f386a73f16cea1f78e8466cc5c402eb7f6fcf8 (patch)
tree1998aea551b48a6192001b32992d43ca5e3983d2 /fs/fscache/internal.h
parentfscache, cachefiles: Remove the histogram stuff (diff)
downloadlinux-58f386a73f16cea1f78e8466cc5c402eb7f6fcf8.tar.gz
linux-58f386a73f16cea1f78e8466cc5c402eb7f6fcf8.tar.bz2
linux-58f386a73f16cea1f78e8466cc5c402eb7f6fcf8.zip
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.h13
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 *,