summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAneesh Kumar K.V2010-02-15 18:27:01 +0100
committerEric Van Hensbergen2010-03-05 22:04:41 +0100
commit37c1209d413242d9560e343c040777049a8dd869 (patch)
treed0fa67f83df03bd9450c710b56752a9f6b8cc5b9 /include
parentnet/9p: Add multi channel support. (diff)
downloadkernel-qcow2-linux-37c1209d413242d9560e343c040777049a8dd869.tar.gz
kernel-qcow2-linux-37c1209d413242d9560e343c040777049a8dd869.tar.xz
kernel-qcow2-linux-37c1209d413242d9560e343c040777049a8dd869.zip
net/9p: Remove MAX_9P_CHAN limit
Use a list to track the channel instead of statically allocated array 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 'include')
-rw-r--r--include/linux/virtio_9p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/virtio_9p.h b/include/linux/virtio_9p.h
index 7a615c3f5e3d..332275080083 100644
--- a/include/linux/virtio_9p.h
+++ b/include/linux/virtio_9p.h
@@ -5,7 +5,4 @@
#include <linux/virtio_ids.h>
#include <linux/virtio_config.h>
-/* Maximum number of virtio channels per partition (1 for now) */
-#define MAX_9P_CHAN 10
-
#endif /* _LINUX_VIRTIO_9P_H */