From: Jens Axboe Date: Wed, 7 Jan 2015 17:44:04 +0000 (-0700) Subject: blk-mq: get rid of ->cmd_size in the hardware queue X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~284^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ded320706c6316376059cfbe9dccab32c62b42;p=pandora-kernel.git blk-mq: get rid of ->cmd_size in the hardware queue We store it in the tag set, we don't need it in the hardware queue. While removing cmd_size, place ->queue_num further down to avoid a hole on 64-bit archs. It's not used in any fast paths, so we can safely move it. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed