summaryrefslogtreecommitdiff
path: root/include/linux/virtio_9p.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2010-02-15 17:27:01 +0000
committerEric Van Hensbergen <ericvh@gmail.com>2010-03-05 15:04:41 -0600
commit37c1209d413242d9560e343c040777049a8dd869 (patch)
treed0fa67f83df03bd9450c710b56752a9f6b8cc5b9 /include/linux/virtio_9p.h
parentf75580c4afb72c156746b3fc1ec977b1a85d3dee (diff)
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/linux/virtio_9p.h')
-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 7a615c3f5e3..33227508008 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 */