Files
linux/drivers/block
Stephen M. Cameron 2e043986d5 cciss: Don't check h->busy_initializing in cciss_open().
Don't check h->busy_initializing in cciss_open().  Open won't be
called before things are ready, but h->busy_initializing won't be
unset until after the initial rebuild_lun_table is finished.  But,
to read the partitions, cciss_open will be called for each logical
drive during rebuild_lun_table.  If cciss_open checks h->busy_initializing,
then the reading of the partition information during the initial
rebuild_lun_table will fail, which is especially bad news if it
happens to be your boot device.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-10-01 21:15:43 +02:00
..
2009-10-01 21:15:40 +02:00
2009-10-01 21:15:40 +02:00
2009-09-22 07:17:25 -07:00
2009-03-26 21:15:27 +01:00
2009-09-22 07:17:25 -07:00
2009-09-22 07:17:25 -07:00
2008-10-21 07:48:11 -04:00