diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2017-02-27 08:10:36 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-06-29 20:17:02 +0200 |
commit | 7bc329c1836866ffac8b2613f780a51b3ffe786d (patch) | |
tree | 5befa521d84f3ec6158acae1c3cc07253cb2cf5b /fs/ntfs/compress.c | |
parent | btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function (diff) | |
download | linux-7bc329c1836866ffac8b2613f780a51b3ffe786d.tar.xz linux-7bc329c1836866ffac8b2613f780a51b3ffe786d.zip |
btrfs: qgroup: Return actually freed bytes for qgroup release or free data
btrfs_qgroup_release/free_data() only returns 0 or a negative error
number (ENOMEM is the only possible error).
This is normally good enough, but sometimes we need the exact byte
count it freed/released.
Change it to return actually released/freed bytenr number instead of 0
for success.
And slightly modify related extent_changeset structure, since in btrfs
one no-hole data extent won't be larger than 128M, so "unsigned int"
is large enough for the use case.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/ntfs/compress.c')
0 files changed, 0 insertions, 0 deletions