From: Jens Axboe Date: Wed, 30 Apr 2014 02:49:48 +0000 (-0600) Subject: blk-mq: fix waiting for reserved tags X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~49^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5810d903fa3459e703ce82a1d45136813c6afad8;p=pandora-kernel.git blk-mq: fix waiting for reserved tags blk_mq_wait_for_tags() is only able to wait for "normal" tags, not reserved tags. Pass in which one we should attempt to get a tag for, so that waiting for reserved tags will work. Reserved tags are used for internal commands, which are usually serialized. Hence no waiting generally takes place, but we should ensure that it actually works if users need that functionality. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed