btrfs: remove duplicate recording of physical address
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Wed, 17 Jan 2024 10:25:42 +0000 (02:25 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:45 +0000 (16:24 +0100)
commitc4e5b7470a3f0af78d188f8d9feb201f06de4078
treea5e56cc8cea85f2be254fd5e5b80067a905d58a7
parentdf055afe9bec5a62e0ad8135829b5359332fd1a9
btrfs: remove duplicate recording of physical address

Remove the duplicate physical recording of the original write physical
address in case of a single device write.

This duplicated code is most likely present due to a rebase error.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/bio.c