[stgt] [PATCH 1/2] backing store shouldn't call target_cmd_io_done
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Fri Aug 26 21:10:35 CEST 2011
Signed-off-by: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
---
usr/bs_aio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/usr/bs_aio.c b/usr/bs_aio.c
index 2828961..1300649 100644
--- a/usr/bs_aio.c
+++ b/usr/bs_aio.c
@@ -103,7 +103,7 @@ get_events:
result = SAM_STAT_CHECK_CONDITION;
}
- target_cmd_io_done(cmd, result);
+ cmd->scsi_cmd_done(cmd, result);
}
if (total)
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list