The patch titled
scsi/qla4xxx/ql4_isr.c: unchangelogged patch
has been added to the -mm tree. Its filename is
scsi-qla4xxx-ql4_isrc-unchangelogged-patch.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: scsi/qla4xxx/ql4_isr.c: unchangelogged patch
From: "David Somayajulu" <[EMAIL PROTECTED]>
Signed-off-by: David C Somayajulu <[EMAIL PROTECTED]>
Cc: "Andrew Vasquez" <[EMAIL PROTECTED]>
Cc: "James Bottomley" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/scsi/qla4xxx/ql4_isr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -puN
drivers/scsi/qla4xxx/ql4_isr.c~scsi-qla4xxx-ql4_isrc-unchangelogged-patch
drivers/scsi/qla4xxx/ql4_isr.c
--- a/drivers/scsi/qla4xxx/ql4_isr.c~scsi-qla4xxx-ql4_isrc-unchangelogged-patch
+++ a/drivers/scsi/qla4xxx/ql4_isr.c
@@ -100,8 +100,7 @@ static void qla4xxx_status_entry(struct
if (sts_entry->iscsiFlags &ISCSI_FLAG_RESIDUAL_UNDER) {
scsi_set_resid(cmd, residual);
- if (!scsi_status && ((scsi_bufflen(cmd) - residual) <
- cmd->underflow)) {
+ if ((scsi_bufflen(cmd) - residual) < cmd->underflow) {
cmd->result = DID_ERROR << 16;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
scsi-qla4xxx-ql4_isrc-unchangelogged-patch.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html