[PATCH 2/4] blk-mq: divert __blk_put_request for MQ ops

2014-02-11 Thread Christoph Hellwig
__blk_put_request needs to call into the blk-mq code just like blk_put_request. As we don't have the queue lock in this case both end up calling the same function. Signed-off-by: Christoph Hellwig --- block/blk-core.c |5 + 1 file changed, 5 insertions(+) diff --git a/block/blk-core.c

[PATCH 2/4] blk-mq: divert __blk_put_request for MQ ops

2014-02-07 Thread Christoph Hellwig
__blk_put_request needs to call into the blk-mq code just like blk_put_request. As we don't have the queue lock in this case both end up calling the same function. Signed-off-by: Christoph Hellwig --- block/blk-core.c |5 + 1 file changed, 5 insertions(+) diff --git a/block/blk-core.c