[SCSI] fix SCSI_IOCTL_PROBE_HOST
authorChristoph Hellwig <hch@lst.de>
Tue, 6 Sep 2005 12:03:44 +0000 (14:03 +0200)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 6 Sep 2005 22:25:16 +0000 (17:25 -0500)
commit32993523dc59759ae6cb349e4d231d4cd2165329
treecefbe293f78922658232f44eafd17e29714bd9fe
parent4869040512082b761de2d7c35975d01044f8bfea
[SCSI] fix SCSI_IOCTL_PROBE_HOST

This returns always false with new-style drivers right now.  Make it
return always true instead, as a host must be present if we are able
to call the ioctl (without a host attached there would be no device
node to call on..)

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_ioctl.c