From: Rusty Russell Date: Sat, 13 Jun 2009 04:26:59 +0000 (-0600) Subject: lguest: cleanup passing of /dev/lguest fd around example launcher. X-Git-Tag: v2.6.31-rc1~368^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56739c802ca845435f60e909104637880e14c769;p=pandora-kernel.git lguest: cleanup passing of /dev/lguest fd around example launcher. We hand the /dev/lguest fd everywhere; it's far neater to just make it a global (it already is, in fact, hidden in the waker_fds struct). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed