author: Tejun Heo <tj@kernel.org> 2016-02-29 18:28:53 -0500
committer: Jens Axboe <axboe@fb.com> 2016-03-03 14:42:50 -0700
commit: a1a0e23e49037c23ea84bc8cc146a03584d13577
parent: e9fc63d682dbbef17921aeb00d03fd52d6735ffd
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 0 deletions
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);