commit | dbb70becde5b28940366ee419e0fdd3e09af44fb | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Wed Jul 10 12:28:18 2019 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 12:46:53 2019 +0100 |
tree | 2791d2ce3d70883a65335dafb19e347a639c8058 | |
parent | ec39f7696ccfac85b3eea41eba7d6f747ee4ce8d [diff] |
Btrfs: extent_write_locked_range() should attach inode->i_wb extent_write_locked_range() is used when we're falling back to buffered IO from inside of compression. It allocates its own wbc and should associate it with the inode's i_wb to make sure the IO goes down from the correct cgroup. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Chris Mason <clm@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>