aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorKiran Patil <kiran.patil@intel.com>2011-06-22 16:30:22 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2011-06-24 00:09:15 +0000
commit61db952713a8bc1b18515db3f2eac354ec8990bd (patch)
tree94495bc24648a2990b39baf8c865fe0c36ccc9bf /fs
parent60d645a4e9e7e7ddc20e534fea82aa4e6947f911 (diff)
downloadkernel_samsung_smdk4412-61db952713a8bc1b18515db3f2eac354ec8990bd.zip
kernel_samsung_smdk4412-61db952713a8bc1b18515db3f2eac354ec8990bd.tar.gz
kernel_samsung_smdk4412-61db952713a8bc1b18515db3f2eac354ec8990bd.tar.bz2
tcm_fc: Fix ft_send_tm LUN lookup OOPs
This patch fixes a bug in ft_send_tm() that was incorrectly calling ft_get_lun_for_cmd() -> transport_get_lun_for_cmd(), instead of using transport_get_lun_for_tmr() for the proper struct se_lun lookup that was triggering an OOPs in the se_cmd->tmr_req failure path. This patch fixes the issue by re-arranging the codepath where transport_get_lun_for_tmr() is called after tmr request is allocated and made it available as part of se_cmd. It also drops the now unnecessary ft_get_lun_for_cmd() unpacking code, and uses scsilun_to_int() directly ahead of transport_get_lun_for_cmd() and transport_get_lun_for_tmr() usage. Signed-off-by: Patil, Kiran <kiran.patil@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions