]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: hio: splitting bio in the entry of .make_request_fn
authorMing Lei <tom.leiming@gmail.com>
Thu, 3 Nov 2016 01:20:01 +0000 (09:20 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:44:54 +0000 (07:44 -0600)
commit6e762bc38af632a0a2b4b1f456784287fd0f5645
treeec2479f332ee8b4a9957d1a789cc189a82d67e0f
parente5e0900810baa513733cb4294c47bc844b217f37
UBUNTU: SAUCE: hio: splitting bio in the entry of .make_request_fn

BugLink: http://bugs.launchpad.net/bugs/1638700
From v4.3, the incoming bio can be very big[1], and it is
required to split it first in .make_request_fn(), so
we need to do that for hio.c too.

[1] c66a14d07c136cc3(block: simplify bio_add_page())

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
ubuntu/hio/hio.c