diff options
| author | Qu Wenruo <[email protected]> | 2023-06-12 07:23:29 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-06-19 11:59:40 +0000 |
| commit | 81db6ae842b3c07edd67278e3693f53a28d694cf (patch) | |
| tree | d4f794b7f10970a60828c5de16a18a3cafadee28 /drivers/fpga/fpga-region.c | |
| parent | btrfs: scrub: remove scrub_ctx::csum_list member (diff) | |
| download | kernel-81db6ae842b3c07edd67278e3693f53a28d694cf.tar.gz kernel-81db6ae842b3c07edd67278e3693f53a28d694cf.zip | |
btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workers
Since the scrub rework introduced by commit 2af2aaf98205 ("btrfs:
scrub: introduce structure for new BTRFS_STRIPE_LEN based interface")
and later commits, scrub only needs one single workqueue,
fs_info::scrub_worker.
That scrub_wr_completion_workers is initially to handle the delay work
after write bios finished. But the new scrub code goes submit-and-wait
for write bios, thus all the work are done inside the scrub_worker.
The last user of fs_info::scrub_wr_completion_workers is removed in
commit 16f93993498b ("btrfs: scrub: remove the old writeback
infrastructure"), so we can safely remove the workqueue.
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-region.c')
0 files changed, 0 insertions, 0 deletions
