commit | 8ca84a50e5b39487ea1de8809d0ee1c8474f6a5c | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> | Thu Aug 09 21:31:20 2012 +0900 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Sep 28 15:05:12 2012 +0930 |
tree | 3e015a3c54606b1db785f9f1266f8d5133cc1982 | |
parent | d55cb6cf143ae16eaa415baab520b8eaf4a1012f [diff] |
virtio/console: Allocate scatterlist according to the current pipe size Allocate scatterlist according to the current pipe size. This allows splicing bigger buffer if the pipe size has been changed by fcntl. Changes in v2: - Just a minor fix for avoiding a confliction with previous patch. Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Acked-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>