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:
75e5098
)
block: remove unused REQ_UNPLUG
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:59:11 +0000
(08:59 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:59:11 +0000
(08:59 +0200)
The request inherits the unplug flag from the bio, but it isn't actually
used. The bio flag stops at __make_request(), which tells it to unplug
after submission. Passing it on to the request doesn't make any sense.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found