commit | f9756305cc8b0510f917cea62ceab3838d5c86ac | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Thu May 02 06:29:13 2019 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Jul 10 12:19:04 2019 -0700 |
tree | 067e8191edea91f83bf5c828d8d0ec740a671d6b | |
parent | e8e002b3c83e667fa1719d42070f69a032fd85b8 [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. Signed-off-by: Chris Mason <clm@fb.com> Reviewed-by: Josef Bacik <josef@toxicpanda.com>