[dm-devel] [RFC PATCH 0/7] dm-mpath: Do not clone requests

Christoph Hellwig hch at infradead.org
Thu Jun 5 14:40:40 UTC 2014


On Thu, Jun 05, 2014 at 10:01:50AM -0400, Mike Snitzer wrote:
> Interested to know how you'll ensure we'll never block on
> blk_get_request() waiting for memory?  (something beyond gfp flags, more
> context below).

For requests it's pretty easy - we just do the non-blocking request
allocation on the low level driver, and that's either get us one or
fail.  The bios are the interesting part, that's why I'd love to
get rid of the cloning.




More information about the dm-devel mailing list