From: Sjur Brændeland Date: Fri, 14 Dec 2012 03:16:42 +0000 (+1030) Subject: virtio_console: Merge struct buffer_token into struct port_buffer X-Git-Tag: v3.8-rc1~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276a3e954cfe4da7c492c9063741f99290d2973e;p=pandora-kernel.git virtio_console: Merge struct buffer_token into struct port_buffer Refactoring the splice functionality by unifying the approach for sending scatter-lists and regular buffers. This simplifies buffer handling and reduces code size. Splice will now allocate a port_buffer and send_buf() and free_buf() can always be used for any buffer. Signed-off-by: Sjur Brændeland Acked-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed