Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281029
b: refs/heads/master
c: 59e00e7
h: refs/heads/master
i:
  281027: e574d6d
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 39a5bc3 commit fbed535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 225ce6eab741d51d565f67ce9065c596c6535f25
refs/heads/master: 59e00e744d2413430ebaa09a5fdb61e9ad02a492
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ static bool storvsc_check_scsi_cmd(struct scsi_cmnd *scmnd)
switch (scsi_op) {
/* smartd sends this command, which will offline the device */
case SET_WINDOW:
scmnd->result = DID_ERROR << 16;
scmnd->result = ILLEGAL_REQUEST << 16;
allowed = false;
break;
default:
Expand Down

0 comments on commit fbed535

Please sign in to comment.