]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: qgroup: Add handler for NOCOW and inline
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Tue, 8 Sep 2015 09:25:56 +0000 (17:25 +0800)
committerChris Mason <clm@fb.com>
Thu, 22 Oct 2015 01:41:07 +0000 (18:41 -0700)
commitd80f4046a3fbdf61f46a00091d1a3622c62091fa
tree967880fccfe272df0fb1a87fc0208d68714ba357
parent46d0b46f54fd41ced9aaffcba03a91bf205cbeab
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>
fs/btrfs/extent-tree.c
fs/btrfs/inode.c