diff options
author | Filipe Manana <fdmanana@suse.com> | 2023-09-27 12:09:25 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:14 +0200 |
commit | b8bf4e4d6ae9bbd485321e81b76cfaf07bf5bedd (patch) | |
tree | 29c51fe2a7a3b422bba55683b034a853b9bb8f6f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7bff16e3ffd92ff9021938c5d0b2e9faf1c0e7e2 (diff) |
btrfs: use round_down() to align block offset at btrfs_cow_block()
At btrfs_cow_block() we can use round_down() to align the extent buffer's
logical offset to the start offset of a metadata block group, instead of
the less easy to read set of bitwise operations (two plus one subtraction).
So replace the bitwise operations with a round_down() call.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@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