Files
linux/block
Jens Axboe 9783e9905e genhd: fix leftover might_sleep() in blk_free_devt()
commit 46f341ffcf upstream.

Commit 2da78092 changed the locking from a mutex to a spinlock,
so we now longer sleep in this context. But there was a leftover
might_sleep() in there, which now triggers since we do the final
free from an RCU callback. Get rid of it.

Reported-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-05 14:52:20 -07:00
..
2013-11-08 08:59:58 -07:00
2013-11-23 22:33:47 -08:00
2014-03-07 08:15:28 -07:00
2014-01-08 13:05:09 -08:00
2014-02-10 09:27:31 -07:00
2013-11-23 22:33:47 -08:00