commit | 94ed938aba557aa798acf496f09afb289b619fcd | [log] [tgz] |
---|---|---|
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | Tue Sep 08 17:25:56 2015 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Oct 21 18:41:07 2015 -0700 |
tree | 967880fccfe272df0fb1a87fc0208d68714ba357 | |
parent | 7cf5b97650f2ecefbd5afa2d58b61b289b6e3750 [diff] |
btrfs: qgroup: Add handler for NOCOW and inline For NOCOW and inline case, there will be no delayed_ref created for them, so we should free their reserved data space at proper time(finish_ordered_io for NOCOW and cow_file_inline for inline). Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>