summaryrefslogtreecommitdiffstats
path: root/fs/fscache/object.c
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 /fs/fscache/object.c
parent6ae9bd8bb037b7c422bafde746f2338a716f6058 (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/object.c')
-rw-r--r--fs/fscache/object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fscache/object.c b/fs/fscache/object.c
index 5dbaab2e1262..b3853274733f 100644
--- a/fs/fscache/object.c
+++ b/fs/fscache/object.c
@@ -794,8 +794,6 @@ static void fscache_put_object(struct fscache_object *object,
*/
void fscache_object_destroy(struct fscache_object *object)
{
- fscache_objlist_remove(object);
-
/* We can get rid of the cookie now */
fscache_cookie_put(object->cookie, fscache_cookie_put_object);
object->cookie = NULL;