git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b95741
)
genhd: fix leftover might_sleep() in blk_free_devt()
author
Jens Axboe
<axboe@fb.com>
Tue, 16 Sep 2014 19:38:51 +0000
(13:38 -0600)
committer
Jens Axboe
<axboe@fb.com>
Mon, 22 Sep 2014 20:45:45 +0000
(14:45 -0600)
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>
block/genhd.c
patch
|
blob
|
history
diff --cc
block/genhd.c
Simple merge