From: Christoph Hellwig Date: Mon, 14 Apr 2014 08:30:10 +0000 (+0200) Subject: blk-mq: initialize request on allocation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~47^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed44832dea8a74f909e0187f350201402927f5e5;p=pandora-kernel.git blk-mq: initialize request on allocation If we want to share tag and request allocation between queues we cannot initialize the request at init/free time, but need to initialize it at allocation time as it might get used for different queues over its lifetime. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed