Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs/block-dev.c:fix performance regression in O_DIRECT writes to md bl…
…ock devices 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>
- Loading branch information