Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22637
b: refs/heads/master
c: e28482c
h: refs/heads/master
i:
  22635: 286fb3c
v: v3
  • Loading branch information
James Bottomley committed Mar 14, 2006
1 parent f9c3d67 commit da83e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5b3a65fd7244e662691cf617145983ecde28cc9
refs/heads/master: e28482c5b24006e9e4a867f9995baf358cbc1059
5 changes: 5 additions & 0 deletions trunk/include/scsi/scsi_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ extern int scsi_execute_async(struct scsi_device *sdev,
void (*done)(void *, char *, int, int),
gfp_t gfp);

static inline void scsi_device_reprobe(struct scsi_device *sdev)
{
device_reprobe(&sdev->sdev_gendev);
}

static inline unsigned int sdev_channel(struct scsi_device *sdev)
{
return sdev->channel;
Expand Down

0 comments on commit da83e39

Please sign in to comment.