net/9p: Add multi channel support.
[pandora-kernel.git] / include / linux / virtio_9p.h
index 095e10d..7a615c3 100644 (file)
@@ -6,6 +6,6 @@
 #include <linux/virtio_config.h>
 
 /* Maximum number of virtio channels per partition (1 for now) */
-#define MAX_9P_CHAN    1
+#define MAX_9P_CHAN    10
 
 #endif /* _LINUX_VIRTIO_9P_H */