Skip to content

Commit

Permalink
[SCSI] megaraid_sas: Fix FastPath I/O to work on degraded raid 1
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
adam radford authored and James Bottomley committed Jul 27, 2011
1 parent b252f4c commit db21b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/megaraid/megaraid_sas_fp.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ u8 MR_GetPhyParams(u32 ld, u64 stripRow, u16 stripRef, u64 *pdBlock,
/* Get dev handle from Pd */
*pDevHandle = MR_PdDevHandleGet(pd, map);
}
retval = FALSE;
}

*pdBlock += stripRef + MR_LdSpanPtrGet(ld, span, map)->startBlk;
Expand Down

0 comments on commit db21b6f

Please sign in to comment.