commit | 32993523dc59759ae6cb349e4d231d4cd2165329 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 06 14:03:44 2005 +0200 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Sep 06 17:25:16 2005 -0500 |
tree | cefbe293f78922658232f44eafd17e29714bd9fe | |
parent | 4869040512082b761de2d7c35975d01044f8bfea [diff] |
[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>