]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: cleanup duplicated parameters related to create_io_em()
authorQu Wenruo <wqu@suse.com>
Fri, 3 May 2024 03:32:00 +0000 (13:02 +0930)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:21 +0000 (15:33 +0200)
commit9fec848b3a3343a1c680e26155aec26ae4866849
tree89fe6670d0bd2e399e638cf91d87b8ce87bd514a
parente9ea31fb5c1f90a006dccb6972664086447f4911
btrfs: cleanup duplicated parameters related to create_io_em()

Most parameters of create_io_em() can be replaced by the members with
the same name inside btrfs_file_extent.

Do a direct parameters cleanup here.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c
fs/btrfs/ordered-data.c
fs/btrfs/ordered-data.h