summaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-11-05 11:57:58 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2020-12-07 11:50:46 -0500
commitd983a32e7902da73c52e80b5dda4bc14d16415ae (patch)
tree4159d4364b90f14c8f4a1cf809acf25535a0a80e /fs/dcache.c
parent492f2208a8a1788569f67142cab50cc9e13be5ee (diff)
switch inodes to rhashtableinode_work
Diffstat (limited to 'fs/dcache.c')
-rw-r--r--fs/dcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 32d840329e27..8726c74d739e 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -3225,7 +3225,6 @@ void __init vfs_caches_init_early(void)
INIT_HLIST_BL_HEAD(&in_lookup_hashtable[i]);
dcache_init_early();
- inode_init_early();
}
void __init vfs_caches_init(void)