linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix bio_set copy
@ 2018-06-07 20:45 Jens Axboe
  2018-06-07 20:45 ` [PATCH 1/2] block: add bioset_init_from_src() helper Jens Axboe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jens Axboe @ 2018-06-07 20:45 UTC (permalink / raw)
  To: linux-block; +Cc: snitzer, kent.overstreet, liwang, vrbagal1, chuhu.ncepu

After a recent change, dm ends up doing a straight copy of a
bio_set. This breaks for various items in that bio_set,
most notably lists. Provide a proper helper for it, and use it.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-08 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07 20:45 [PATCH 0/2] Fix bio_set copy Jens Axboe
2018-06-07 20:45 ` [PATCH 1/2] block: add bioset_init_from_src() helper Jens Axboe
2018-06-07 20:45 ` [PATCH 2/2] dm: use bioset_init_from_src() to copy bio_set Jens Axboe
2018-06-08  6:12 ` [PATCH 0/2] Fix bio_set copy Li Wang
2018-06-08  9:33   ` vrbagal1
2018-06-08 13:13   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).