diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2010-02-15 17:27:01 +0000 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2010-03-05 15:04:41 -0600 |
commit | 37c1209d413242d9560e343c040777049a8dd869 (patch) | |
tree | d0fa67f83df03bd9450c710b56752a9f6b8cc5b9 /include/linux/virtio_9p.h | |
parent | f75580c4afb72c156746b3fc1ec977b1a85d3dee (diff) | |
download | talos-op-linux-37c1209d413242d9560e343c040777049a8dd869.tar.gz talos-op-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/linux/virtio_9p.h')
-rw-r--r-- | include/linux/virtio_9p.h | 3 |
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 */ |