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:
c6e6663
)
fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devices
author
Jianpeng Ma
<majianpeng@gmail.com>
Thu, 2 Aug 2012 07:50:39 +0000
(09:50 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 2 Aug 2012 07:50:39 +0000
(09:50 +0200)
For regular file, write operaion used blk_plug function.But for block
file,write operation did not use blk_plug.
This patch is also for write-cache mode for block-device.
Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found