X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fsuper.c;h=74914b1bae70ff09d451450cb596fb3b5639d969;hb=ac7cf246dfdbec3d8fed296c7bf30e16f5099dac;hp=1182af8fd5ff3ede7459305440d50178821c061b;hpb=f70ce488c2894cd41ea8489975906adccf82131c;p=deliverable%2Flinux.git diff --git a/fs/super.c b/fs/super.c index 1182af8fd5ff..74914b1bae70 100644 --- a/fs/super.c +++ b/fs/super.c @@ -415,6 +415,7 @@ void generic_shutdown_super(struct super_block *sb) sb->s_flags &= ~MS_ACTIVE; fsnotify_unmount_inodes(sb); + cgroup_writeback_umount(); evict_inodes(sb);