diff options
author | 2010-02-15 17:27:00 +0000 | |
---|---|---|
committer | 2010-03-05 15:04:41 -0600 | |
commit | f75580c4afb72c156746b3fc1ec977b1a85d3dee (patch) | |
tree | b576ddedbb51a0227597920dd849e98487c872fb /kernel/mutex.c | |
parent | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd (diff) | |
download | wireguard-linux-f75580c4afb72c156746b3fc1ec977b1a85d3dee.tar.xz wireguard-linux-f75580c4afb72c156746b3fc1ec977b1a85d3dee.zip |
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 <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'kernel/mutex.c')
0 files changed, 0 insertions, 0 deletions