btrfs: qgroup: Add handler for NOCOW and inline
authorQu Wenruo <[email protected]>
Tue, 8 Sep 2015 09:25:56 +0000 (17:25 +0800)
committerChris Mason <[email protected]>
Thu, 22 Oct 2015 01:41:07 +0000 (18:41 -0700)
commit94ed938aba557aa798acf496f09afb289b619fcd
tree967880fccfe272df0fb1a87fc0208d68714ba357
parent7cf5b97650f2ecefbd5afa2d58b61b289b6e3750
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 <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
fs/btrfs/extent-tree.c
fs/btrfs/inode.c