aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fscache-cache.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2021-05-12 09:59:17 +0100
committerDavid Howells <dhowells@redhat.com>2021-08-27 13:34:02 +0100
commit58f386a73f16cea1f78e8466cc5c402eb7f6fcf8 (patch)
tree1998aea551b48a6192001b32992d43ca5e3983d2 /include/linux/fscache-cache.h
parentfscache, cachefiles: Remove the histogram stuff (diff)
downloadlinux-dev-58f386a73f16cea1f78e8466cc5c402eb7f6fcf8.tar.xz
linux-dev-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 'include/linux/fscache-cache.h')
-rw-r--r--include/linux/fscache-cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fscache-cache.h b/include/linux/fscache-cache.h
index fbff0b7e3ef1..8d39491c5f9f 100644
--- a/include/linux/fscache-cache.h
+++ b/include/linux/fscache-cache.h
@@ -384,9 +384,6 @@ struct fscache_object {
struct list_head dependents; /* FIFO of dependent objects */
struct list_head dep_link; /* link in parent's dependents list */
struct list_head pending_ops; /* unstarted operations on this object */
-#ifdef CONFIG_FSCACHE_OBJECT_LIST
- struct rb_node objlist_link; /* link in global object list */
-#endif
pgoff_t store_limit; /* current storage limit */
loff_t store_limit_l; /* current storage limit */
};