[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)
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>

No differences found