From: Hannes Reinecke Date: Thu, 2 Oct 2014 07:21:41 +0000 (+0200) Subject: vmw_pvscsi: fixup tagging X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6932fc677ef67632137008f94d5c485a55946813;p=pandora-kernel.git vmw_pvscsi: fixup tagging The request (and SCSI command) tag is the tag number assigned by the generic block-tagging code, not the SCSI-II tag messages. Those are represented by the device flags 'tagged_supported', 'simple_tags', and 'ordered_tags'. (The SCSI midlayer doesn't use HEAD_OF_QUEUE tags). So fixup vmw_pvscsi to assign the correct tag type. [hch: fixed up to never set MSG_ORDERED_TAG] Signed-off-by: Hannes Reinecke Acked-by: Arvind Kumar Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed