From: Aneesh Kumar K.V Date: Mon, 15 Feb 2010 17:27:00 +0000 (+0000) Subject: net/9p: Add multi channel support. X-Git-Tag: v2.6.34-rc1~191^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f75580c4afb72c156746b3fc1ec977b1a85d3dee;p=pandora-kernel.git net/9p: Add multi channel support. This is needed for supporting multiple mount points. We can find out the device names to be used with mount by checking /sys/devices/virtio-pci/virtio*/device file if the device file have value 9 then the specific virtio device can be used for mounting. ex: #cat /sys/devices/virtio-pci/virtio1/device 9 now we can mount using # mount -t 9p -o trans=virtio virtio1 /mnt/ Signed-off-by: Aneesh Kumar K.V Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed