]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value
authorFilipe Manana <fdmanana@suse.com>
Thu, 23 Nov 2023 23:53:51 +0000 (23:53 +0000)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:03 +0000 (20:27 +0100)
commit3c0e918b8fb3a6a7da1558913302a3e89cf87343
tree2d4a26f8b12be113e9a8efe730727f3ae62e76bb
parent397239ed6a6c88b002fbba0b25ed5a719c578c2f
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value

After commit ac3c0d36a2a2 ("btrfs: make fiemap more efficient and accurate
reporting extent sharedness") we no longer need to create special extent
maps during fiemap that have a block start with the EXTENT_MAP_DELALLOC
value. So this block start value for extent maps is no longer used since
then, therefore remove it.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/defrag.c
fs/btrfs/extent_map.c
fs/btrfs/extent_map.h
include/trace/events/btrfs.h