linux-stable/net/9p
Eric Van Hensbergen d8c8a9e365 9p: fix option parsing
Options pointer is being moved before calling kfree() which seems
to cause problems.  This uses a separate pointer to track and free
original allocation.

Signed-off-by: Venkateswararao Jujjuri <jvrao@us.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>w
2010-02-08 16:23:23 -06:00
..
client.c 9p: fix option parsing 2010-02-08 16:23:23 -06:00
error.c net/9p: insulate the client against an invalid error code sent by a 9p server 2009-08-17 16:39:54 -05:00
Kconfig 9p: disallow RDMA if RDMA CM isn't available 2009-01-15 16:39:42 -08:00
Makefile
mod.c
protocol.c 9p: fix endian issues [attempt 3] 2009-02-06 22:07:41 -08:00
protocol.h
trans_fd.c 9p: fix option parsing 2010-02-08 16:23:23 -06:00
trans_rdma.c 9p: fix option parsing 2010-02-08 16:23:23 -06:00
trans_virtio.c net/9p: fix virtio transport to correctly update status on connect 2010-02-08 14:13:30 -06:00
util.c