commit | 58c49df378cde4ff64172483d593a1a5689c13a8 | [log] [tgz] |
---|---|---|
author | Asai Thambi S P <asamymuthupa@micron.com> | Fri Jan 11 18:47:12 2013 +0530 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 11 14:35:58 2013 +0100 |
tree | 561681531660ae0f29ecc286cf921ab48ee11f2a | |
parent | 47cd4b3c7e80cc8d5ac82930c5af835870b5aba1 [diff] |
mtip32xx: fix for crash when the device surprise removed during rebuild When rebuild is in progress, disk->queue is yet to be created. Surprise removing the device will call remove()-> del_gendisk(). del_gendisk() expect disk->queue be not NULL. Fix is to call put_disk() when disk_queue is NULL. Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>