Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131592
b: refs/heads/master
c: 76e3a19
h: refs/heads/master
v: v3
  • Loading branch information
Martin Peschke authored and James Bottomley committed Feb 10, 2009
1 parent f879387 commit 45beeb4
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: c2f9e49f9bbfa2e111ab1e1628b96b560bae7cec
refs/heads/master: 76e3a19d0691bbfcc559ce77ab3004818fab8f22
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ sg_ioctl(struct inode *inode, struct file *filp,
case BLKTRACESETUP:
return blk_trace_setup(sdp->device->request_queue,
sdp->disk->disk_name,
sdp->device->sdev_gendev.devt,
MKDEV(SCSI_GENERIC_MAJOR, sdp->index),
(char *)arg);
case BLKTRACESTART:
return blk_trace_startstop(sdp->device->request_queue, 1);
Expand Down

0 comments on commit 45beeb4

Please sign in to comment.