scsi: need to reset unprep_rq_fn in sd_remove
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sat, 3 Jul 2010 14:07:04 +0000 (08:07 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:24:15 +0000 (18:24 +0200)
commit82b6d57fb11644fe25c8a1346627ad0027673dae
tree0270b7eb3e995f88cbe1e8626153af15a5cc05d8
parent00fff26539bfe3fad21c164fc4002d9ede056fb0
scsi: need to reset unprep_rq_fn in sd_remove

This is for block's for-2.6.36.

We need to reset q->unprep_rq_fn in sd_remove. Otherwise we hit kernel
oops if we access to a scsi disk device via sg after removing scsi
disk module.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/scsi/sd.c