Loading drivers/md/bcache/io.c +2 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,8 @@ struct bio *bch_bio_split(struct bio *bio, int sectors, if (bio->bi_rw & REQ_DISCARD) { ret = bio_alloc_bioset(gfp, 1, bs); if (!ret) return NULL; idx = 0; goto out; } Loading Loading
drivers/md/bcache/io.c +2 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,8 @@ struct bio *bch_bio_split(struct bio *bio, int sectors, if (bio->bi_rw & REQ_DISCARD) { ret = bio_alloc_bioset(gfp, 1, bs); if (!ret) return NULL; idx = 0; goto out; } Loading