]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-core.c
[BLOCK] ll_rw_blk: separate out bio init part from __make_request
authorTejun Heo <htejun@gmail.com>
Fri, 6 Jan 2006 08:49:58 +0000 (09:49 +0100)
committerJens Axboe <axboe@suse.de>
Fri, 6 Jan 2006 08:49:58 +0000 (09:49 +0100)
commit52d9e675361261a1eb1716b02222ec6177ec342b
treea9ed62b6fe9b6622b7c42249e983136f38f75255
parent8ffdc6550c47f75ca4e6c9f30a2a89063e035cf2
[BLOCK] ll_rw_blk: separate out bio init part from __make_request

Separate out bio initialization part from __make_request.  It
will be used by the following blk_ordered_reimpl.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
block/ll_rw_blk.c