From: Michael S. Tsirkin Date: Thu, 21 Jan 2010 09:28:45 +0000 (-0800) Subject: vhost: fix TUN=m VHOST_NET=y X-Git-Tag: v2.6.34-rc1~233^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17660f81243e998f36257881ac3ae61685bf91c1;p=pandora-kernel.git vhost: fix TUN=m VHOST_NET=y drivers/built-in.o: In function `get_tun_socket': net.c:(.text+0x15436e): undefined reference to `tun_get_socket' If tun is a module, vhost must be a module, too. If tun is built-in or disabled, vhost can be built-in. Note: TUN || !TUN might look a bit strange until you realize that boolean logic rules do not apply for tristate variables. Reported-by: Randy Dunlap Signed-off-by: Michael S. Tsirkin Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed