diff options
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c index 269d96857caa..3a96c9783a8b 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -323,6 +323,9 @@ void deactivate_locked_super(struct super_block *s) | |||
323 | 323 | ||
324 | /* caches are now gone, we can safely kill the shrinker now */ | 324 | /* caches are now gone, we can safely kill the shrinker now */ |
325 | unregister_shrinker(&s->s_shrink); | 325 | unregister_shrinker(&s->s_shrink); |
326 | list_lru_destroy(&s->s_dentry_lru); | ||
327 | list_lru_destroy(&s->s_inode_lru); | ||
328 | |||
326 | put_filesystem(fs); | 329 | put_filesystem(fs); |
327 | put_super(s); | 330 | put_super(s); |
328 | } else { | 331 | } else { |