diff options
author | Guo Chao <[email protected]> | 2013-02-21 15:16:49 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2013-02-22 10:43:22 +0100 |
commit | b1a6650406875b9097a032eed89af50682fe1160 (patch) | |
tree | 2521139daec844942ca85e30c86c0218cc8f7a52 /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | 7b0576a3d835b4d46ed85d817ce016e90bf293a3 (diff) |
loopdev: remove an user triggerable oops
When loopdev is built as module and we pass an invalid parameter,
loop_init() will return directly without deregister misc device, which
will cause an oops when insert loop module next time because we left some
garbage in the misc device list.
Test case:
sudo modprobe loop max_part=1024
(failed due to invalid parameter)
sudo modprobe loop
(oops)
Clean up nicely to avoid such oops.
Signed-off-by: Guo Chao <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Guo Chao <[email protected]>
Cc: M. Hindess <[email protected]>
Cc: Nikanth Karthikesan <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions