]> git.baikalelectronics.ru Git - kernel.git/commit
net/9p: Remove MAX_9P_CHAN limit
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 15 Feb 2010 17:27:01 +0000 (17:27 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 5 Mar 2010 21:04:41 +0000 (15:04 -0600)
commite89efe3182944a864f9d63e4235f8f129818ae27
treed0fa67f83df03bd9450c710b56752a9f6b8cc5b9
parent999545286e55e34717dce089763328ea4ba874ad
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>
include/linux/virtio_9p.h
net/9p/trans_virtio.c