]> Git Repo - qemu.git/commit
iscsi: Rely on block layer to break up large requests
authorEric Blake <[email protected]>
Fri, 15 Jul 2016 18:32:04 +0000 (12:32 -0600)
committerStefan Hajnoczi <[email protected]>
Wed, 20 Jul 2016 13:11:54 +0000 (14:11 +0100)
commit6bd01f14dbef06dc22c0400f12dfbef06ab6b766
treef30d88eeb90c14ec7853e37aa9ea75a201932cd0
parent1e2a77a851b3369799272c8e77c07995a1a2e579
iscsi: Rely on block layer to break up large requests

Now that the block layer honors max_request, we don't need to
bother with an EINVAL on overlarge requests, but can instead
assert that requests are well-behaved.

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-id: 1468607524[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/iscsi.c
This page took 0.023775 seconds and 4 git commands to generate.