]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_work
authorQu Wenruo <wqu@suse.com>
Tue, 1 Nov 2022 11:16:12 +0000 (19:16 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:49 +0000 (18:00 +0100)
commit1a1a285139707f2430b3833103e152f07c66e63e
tree0d36d2a5bdba43c3020cd14bfec7581cf0f7a85a
parent6bfd0133bee27737db415c530617cb015274d21f
btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_work

Since we have switched all raid56 workload to submit-and-wait method,
there is no use for btrfs_fs_info::endio_raid56_workers workqueue and
btrfs_raid_bio::end_io_work.

Remove them to save some memory.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c
fs/btrfs/fs.h
fs/btrfs/raid56.h