* [PATCH 7/7] remove timeout from struct scsi_device
@ 2008-11-30 16:39 James Bottomley
0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2008-11-30 16:39 UTC (permalink / raw)
To: linux-scsi; +Cc: Mike Anderson, Jens Axboe
by removing the unused timeout parameter we ensure a compile failure if
anyone is accidentally still using it rather than the block timeout.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
---
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
index a37a814..2a1c141 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -159,8 +159,6 @@ struct scsi_device {
atomic_t iodone_cnt;
atomic_t ioerr_cnt;
- int timeout;
-
struct device sdev_gendev,
sdev_dev;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-30 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 16:39 [PATCH 7/7] remove timeout from struct scsi_device James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox