9p: fix option parsing
authorEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Feb 2010 22:23:23 +0000 (16:23 -0600)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Feb 2010 22:23:23 +0000 (16:23 -0600)
commitd8c8a9e36560e9ff4c99279d64ce5dd0e1a33fa6
treeb52f301bd5811b9b813b6d244b555edbab38299a
parent7a4439c406c21b1e900ed497cec1a79d05b38c07
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
fs/9p/v9fs.c
net/9p/client.c
net/9p/trans_fd.c
net/9p/trans_rdma.c