Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334138
b: refs/heads/master
c: 2e9c9df
h: refs/heads/master
v: v3
  • Loading branch information
Richard W.M. Jones authored and James Bottomley committed Oct 9, 2012
1 parent f03a8e3 commit 1ee37db
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: ae59057b647673a77f33b78d83f4b5da3d99c5c1
refs/heads/master: 2e9c9dfde00a6466441e93033cf2c37f720bdacf
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/virtio_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static int virtscsi_kick_event(struct virtio_scsi *vscsi,
struct scatterlist sg;
unsigned long flags;

sg_set_buf(&sg, &event_node->event, sizeof(struct virtio_scsi_event));
sg_init_one(&sg, &event_node->event, sizeof(struct virtio_scsi_event));

spin_lock_irqsave(&vscsi->event_vq.vq_lock, flags);

Expand Down

0 comments on commit 1ee37db

Please sign in to comment.