James Bottomley wrote: > This contains the current slew of bug fixes harvested from the scsi > mailing lists. I think we could still do with getting our > slave_alloc/destroy bug sorted out, and finally getting our mid layer > refcounting up to the level where were robust against surprise ejection, > but those could also wait for 2.6.1 > > You can pull the changes from: > > bk://linux-scsi.bkbits.net/scsi-bugfixes-2.6 > > The short changelogs are: > > Alan Stern: > o Off-by-one bug in user page calculations for Direct I/O > > Andrew Morton: > o fix scsi_report_lun_scan bug > > Christoph Hellwig: > o scsi_device refcounting and list lockdown > > James Bottomley: > o Add missing .module initialisation to lasi700 and sim710 > o lasi700: Fix missed variable name change causing module load error James, You might like to add this one that OSDL found (if they haven't already submitted a fix): Changelog: When detecting a locked sg device (O_EXCL) return -EBUSY (rather than 0) from sg_open() Doug Gilbert