commit | 9c5ebd09e5092fdeffd079efd2b40afaa69dafb7 | [log] [tgz] |
---|---|---|
author | adam radford <aradford@gmail.com> | Sat Feb 09 15:29:20 2013 -0800 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Feb 22 15:31:41 2013 +0000 |
tree | 3bf2846b289b223795421cd5d478771725c9228e | |
parent | 046c9ec259d271e7988c7fbe80b8bddf3c8efdc4 [diff] |
[SCSI] megaraid_sas: Dont load DevHandle unless FastPath enabled The following patch for megaraid_sas will fix an issue where the driver should not be loading the DevHandle unless FastPath is enabled. If FastPath was not enabled, this means the hardware raid map validation failed for some reason, or the map was corrupted, which could mean the DevHandle could be invalid. Signed-off-by: Adam Radford <aradford@gmail.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>