From: Bart Van Assche Date: Tue, 14 Apr 2015 11:26:44 +0000 (+0200) Subject: target: Move task tag into struct se_cmd + support 64-bit tags X-Git-Tag: omap-for-v4.3/legacy-v2-signed~37^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649ee05499d1257a3af0e10d961a1c52d9ef95b7;p=pandora-kernel.git target: Move task tag into struct se_cmd + support 64-bit tags Simplify target core and target drivers by storing the task tag a.k.a. command identifier inside struct se_cmd. For several transports (e.g. SRP) tags are 64 bits wide. Hence add support for 64-bit tags. (Fix core_tmr_abort_task conversion spec warnings - nab) (Fix up usb-gadget to use 16-bit tags - HCH + bart) Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Andy Grover Cc: Sagi Grimberg Cc: Cc: Felipe Balbi Cc: Michael S. Tsirkin Cc: Juergen Gross Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed