summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/scrub.h')
-rw-r--r--fs/btrfs/scrub.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/scrub.h b/fs/btrfs/scrub.h
index bcc9d398fe07..3027d4c23ee8 100644
--- a/fs/btrfs/scrub.h
+++ b/fs/btrfs/scrub.h
@@ -24,5 +24,8 @@ int scrub_find_fill_first_stripe(struct btrfs_block_group *bg,
int mirror_num, u64 logical_start,
u32 logical_len, struct scrub_stripe *stripe);
void scrub_read_endio(struct btrfs_bio *bbio);
+void scrub_write_sectors(struct scrub_ctx *sctx,
+ struct scrub_stripe *stripe,
+ unsigned long write_bitmap, bool dev_replace);
#endif