Skip to content

Commit 0ea8207

Browse files
committed
btrfs: scrub: remove unused nocow worker pointer
The member btrfs_fs_info::scrub_nocow_workers is unused since the nocow optimization was removed from scrub in 9bebe66 ("btrfs: scrub: Remove unused copy_nocow_pages and its callchain"). Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent c835294 commit 0ea8207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/btrfs/ctree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,6 @@ struct btrfs_fs_info {
10821082
refcount_t scrub_workers_refcnt;
10831083
struct btrfs_workqueue *scrub_workers;
10841084
struct btrfs_workqueue *scrub_wr_completion_workers;
1085-
struct btrfs_workqueue *scrub_nocow_workers;
10861085
struct btrfs_workqueue *scrub_parity_workers;
10871086

10881087
#ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY

0 commit comments

Comments
 (0)