From: Jeff Dike Date: Sun, 6 May 2007 21:51:37 +0000 (-0700) Subject: uml: send pointers instead of structures to I/O thread X-Git-Tag: v2.6.22-rc1~848 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2adcec2197897365e0a0f657f1098cbfdb44bc8b;p=pandora-kernel.git uml: send pointers instead of structures to I/O thread Instead of writing entire structures between UML and the I/O thread, we send pointers. This cuts down on the amount of data being copied and possibly allows more requests to be pending between the two. This requires that the requests be kmalloced and freed instead of living on the stack. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed