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:
a85a00a
)
block: always assign default lock to queues
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 28 Jul 2009 07:07:29 +0000
(09:07 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 28 Jul 2009 07:07:29 +0000
(09:07 +0200)
Move the assignment of a default lock below blk_init_queue() to
blk_queue_make_request(), so we also get to set the default lock
for ->make_request_fn() based drivers. This is important since the
queue flag locking requires a lock to be in place.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found