VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
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:
writeback: flush inode cgroup wb switches instead of pinning super_block
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);