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:
c94a96a
)
loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue()
author
Vivek Goyal
<vgoyal@redhat.com>
Thu, 3 Mar 2011 00:04:50 +0000
(19:04 -0500)
committer
Jens Axboe
<jaxboe@fusionio.com>
Thu, 3 Mar 2011 00:06:49 +0000
(19:06 -0500)
Now we initialize ->queue_lock at queue allocation time so driver does
not have to worry about initializing it before calling
blk_cleanup_queue().
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
No differences found