dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/9p
Latchesar Ionkov 8999e04f3b 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 <lucho@ionkov.net>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
2007-11-06 08:02:53 -06:00
..
Makefile 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
fid.c 9p: attach-per-user 2007-10-17 14:31:07 -05:00
fid.h 9p: remove deprecated v9fs_fid_lookup_remove() 2007-08-23 10:13:45 -05:00
v9fs.c 9p: use copy of the options value instead of original 2007-11-06 08:02:53 -06:00
v9fs.h 9p: attach-per-user 2007-10-17 14:31:07 -05:00
v9fs_vfs.h 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
vfs_addr.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
vfs_dentry.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
vfs_dir.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
vfs_file.c 9p: soften invalidation in loose_mode 2007-10-17 14:31:07 -05:00
vfs_inode.c 9p: v9fs_vfs_rename incorrect clunk order 2007-10-23 13:48:33 -05:00
vfs_super.c 9p: fix memory leak in v9fs_get_sb 2007-11-06 08:02:53 -06:00