From: Latchesar Ionkov Date: Tue, 6 Nov 2007 14:02:53 +0000 (-0600) Subject: 9p: use copy of the options value instead of original X-Git-Tag: v2.6.24-rc2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8999e04f3b7930f0c6f091a541237de51d8dd372;p=pandora-kernel.git 9p: use copy of the options value instead of original v9fs_parse_options function uses strsep which modifies the value of the v9ses->options field. That modified value is later passed to the function that creates the transport potentially making the transport creation function to fail. This patch creates a copy of v9ses->option field that v9fs_parse_options function uses instead of the original value. Signed-off-by: Latchesar Ionkov Acked-by: Eric Van Hensbergen --- Reading git-diff-tree failed