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)
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

No differences found