diff options
| author | 2023-12-04 16:20:31 +0000 | |
|---|---|---|
| committer | 2023-12-15 22:59:02 +0100 | |
| commit | b144cc0415e76b29bde86a969a0e1e8b4c8dbce2 (patch) | |
| tree | 96f9bc303fdbab65c0e878225dc0a26d4cc8eff1 /fs/btrfs/compression.c | |
| parent | btrfs: avoid useless rbtree iterations when attempting to merge extent map (diff) | |
| download | wireguard-linux-b144cc0415e76b29bde86a969a0e1e8b4c8dbce2.tar.xz wireguard-linux-b144cc0415e76b29bde86a969a0e1e8b4c8dbce2.zip | |
btrfs: make extent_map_end() argument const
The extent map pointer argument for extent_map_end() can be const as we
are not modifyng anything in the extent map. So make it const, as it will
allow further changes to callers that have a const extent map pointer.
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 'fs/btrfs/compression.c')
0 files changed, 0 insertions, 0 deletions
