X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fsuper.c;h=cf001775617f5781ac4f43f5695ad7802c6b4524;hb=62ad64498a2e72eb9fb70ab80e20ecc9cac8d40b;hp=6277ec6cb60a65e71b2c590260c67a057a1748ca;hpb=98961a7e431735c791dbaaf0337029e219a5db5a;p=karo-tx-linux.git diff --git a/fs/super.c b/fs/super.c index 6277ec6cb60a..cf001775617f 100644 --- a/fs/super.c +++ b/fs/super.c @@ -20,7 +20,7 @@ * Heavily rewritten for 'one fs - one tree' dcache architecture. AV, Mar 2000 */ -#include +#include #include #include #include @@ -32,6 +32,7 @@ #include #include #include +#include #include "internal.h" @@ -250,7 +251,7 @@ void deactivate_locked_super(struct super_block *s) { struct file_system_type *fs = s->s_type; if (atomic_dec_and_test(&s->s_active)) { - cleancache_flush_fs(s); + cleancache_invalidate_fs(s); fs->kill_sb(s); /* caches are now gone, we can safely kill the shrinker now */