aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 746cb6aa1f62..ded7caa0d304 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1483,6 +1483,8 @@ struct btrfs_fs_info {
1483 struct rw_semaphore scrub_super_lock; 1483 struct rw_semaphore scrub_super_lock;
1484 int scrub_workers_refcnt; 1484 int scrub_workers_refcnt;
1485 struct btrfs_workers scrub_workers; 1485 struct btrfs_workers scrub_workers;
1486 struct btrfs_workers scrub_wr_completion_workers;
1487 struct btrfs_workers scrub_nocow_workers;
1486 1488
1487#ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY 1489#ifdef CONFIG_BTRFS_FS_CHECK_INTEGRITY
1488 u32 check_integrity_print_mask; 1490 u32 check_integrity_print_mask;