Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360248
b: refs/heads/master
c: 046c9ec
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Feb 22, 2013
1 parent bbef5ae commit efb8327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f356bef134dda564fcbe3b41a5c7b932c1964326
refs/heads/master: 046c9ec259d271e7988c7fbe80b8bddf3c8efdc4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ megasas_set_pd_lba(struct MPI2_RAID_SCSI_IO_REQUEST *io_request, u8 cdb_len,
MPI2_SCSIIO_EEDPFLAGS_INSERT_OP;
}
io_request->Control |= (0x4 << 26);
io_request->EEDPBlockSize = MEGASAS_EEDPBLOCKSIZE;
io_request->EEDPBlockSize = scp->device->sector_size;
} else {
/* Some drives don't support 16/12 byte CDB's, convert to 10 */
if (((cdb_len == 12) || (cdb_len == 16)) &&
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas_fusion.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
#define MEGASAS_SCSI_ADDL_CDB_LEN 0x18
#define MEGASAS_RD_WR_PROTECT_CHECK_ALL 0x20
#define MEGASAS_RD_WR_PROTECT_CHECK_NONE 0x60
#define MEGASAS_EEDPBLOCKSIZE 512

/*
* Raid context flags
Expand Down

0 comments on commit efb8327

Please sign in to comment.