On 10/22/2014 07:34 AM, Jan Kara wrote: > When creation of queues fails in init_driver_queues(), we free the > queues. But null_add_dev() doesn't test for this failure and continues > with the setup leading to strange consequences, likely oops. Fix the > problem by testing whether init_driver_queues() failed and do proper > error cleanup.
Thanks Jan, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

