diff options
author | 2021-09-27 15:21:59 +0800 | |
---|---|---|
committer | 2021-10-26 19:08:04 +0200 | |
commit | 4c162778d63eb8822492f715dbe06970d242b4fd (patch) | |
tree | 2edb2d1741531a2a6b7d106ce7f7cc7d912c9ee2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: cleanup for extent_write_locked_range() (diff) | |
download | wireguard-linux-4c162778d63eb8822492f715dbe06970d242b4fd.tar.xz wireguard-linux-4c162778d63eb8822492f715dbe06970d242b4fd.zip |
btrfs: subpage: make compress_file_range() compatible
In function compress_file_range(), when the compression is finished, the
function just rounds up @total_in to PAGE_SIZE. This is fine for
regular sectorsize == PAGE_SIZE case, but not for subpage.
Just change the ALIGN(, PAGE_SIZE) to round_up(, sectorsize) so that
both regular sectorsize and subpage sectorsize will be happy.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions