From: Nicholas Bellinger Date: Sat, 11 Feb 2012 00:18:11 +0000 (-0800) Subject: target: Export transport_generic_request_failure symbol X-Git-Tag: v3.4-rc1~146^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fbff1276bb635294b3384b6c167f72d0acdab95;p=pandora-kernel.git target: Export transport_generic_request_failure symbol transport_generic_request_failure() is a wrapper around calling transport_send_check_condition_and_sense() that is required once an se_cmd->cmd_kref has been obtained via target_submit_cmd() -> target_get_sess_cmd(). tcm_qla2xxx currently requires this, and since it's necessary for other callers using target_submit_cmd() make it exportable now. Reported-by: Roland Dreier Cc: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed