summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/scrub.c')
-rw-r--r--fs/btrfs/scrub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c
index 099eb3c8f86b..6dcd36d7b849 100644
--- a/fs/btrfs/scrub.c
+++ b/fs/btrfs/scrub.c
@@ -3554,7 +3554,7 @@ int scrub_enumerate_chunks(struct scrub_ctx *sctx,
3554 if (!ret && sctx->is_dev_replace) { 3554 if (!ret && sctx->is_dev_replace) {
3555 /* 3555 /*
3556 * If we are doing a device replace wait for any tasks 3556 * If we are doing a device replace wait for any tasks
3557 * that started dellaloc right before we set the block 3557 * that started delalloc right before we set the block
3558 * group to RO mode, as they might have just allocated 3558 * group to RO mode, as they might have just allocated
3559 * an extent from it or decided they could do a nocow 3559 * an extent from it or decided they could do a nocow
3560 * write. And if any such tasks did that, wait for their 3560 * write. And if any such tasks did that, wait for their