Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14621
b: refs/heads/master
c: 79e448b
h: refs/heads/master
i:
  14619: 00ec271
v: v3
  • Loading branch information
Matthew Dobson authored and Linus Torvalds committed Nov 22, 2005
1 parent f7d8b8d commit ed30468
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: e738cf6d03786486b7e1adbaed1c5c4e14d23626
refs/heads/master: 79e448bf2d71d52d28c99be4faff9cc51928f90b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ struct scsi_cmnd *scsi_get_command(struct scsi_device *dev, gfp_t gfp_mask)
spin_lock_irqsave(&dev->list_lock, flags);
list_add_tail(&cmd->list, &dev->cmd_list);
spin_unlock_irqrestore(&dev->list_lock, flags);
cmd->jiffies_at_alloc = jiffies;
} else
put_device(&dev->sdev_gendev);

cmd->jiffies_at_alloc = jiffies;
return cmd;
}
EXPORT_SYMBOL(scsi_get_command);
Expand Down

0 comments on commit ed30468

Please sign in to comment.