diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2010-02-15 12:27:01 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2010-03-05 16:04:41 -0500 |
commit | 37c1209d413242d9560e343c040777049a8dd869 (patch) | |
tree | d0fa67f83df03bd9450c710b56752a9f6b8cc5b9 /include | |
parent | f75580c4afb72c156746b3fc1ec977b1a85d3dee (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')
-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 @@ | |||
5 | #include <linux/virtio_ids.h> | 5 | #include <linux/virtio_ids.h> |
6 | #include <linux/virtio_config.h> | 6 | #include <linux/virtio_config.h> |
7 | 7 | ||
8 | /* Maximum number of virtio channels per partition (1 for now) */ | ||
9 | #define MAX_9P_CHAN 10 | ||
10 | |||
11 | #endif /* _LINUX_VIRTIO_9P_H */ | 8 | #endif /* _LINUX_VIRTIO_9P_H */ |