diff options
-rw-r--r-- | drivers/md/bcache/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/io.c b/drivers/md/bcache/io.c index 2bf1e4b8eec1..d0dd6df459d6 100644 --- a/drivers/md/bcache/io.c +++ b/drivers/md/bcache/io.c @@ -165,6 +165,7 @@ void bch_submit_wbio_replicas(struct bch_write_bio *wbio, struct cache_set *c, n->orig = &wbio->bio; n->bounce = false; n->split = true; + n->put_bio = true; n->bio.bi_opf = wbio->bio.bi_opf; __bio_inc_remaining(n->orig); } else { |