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
Abhishek Kulkarni 4b53e4b500 9p: remove unnecessary v9fses->options which duplicates the mount string
The mount options string is saved in sb->s_options. This patch removes
the redundant duplicating of the mount options. Also, since we are not
displaying anything special in show options, we replace v9fs_show_options
with generic_show_options for now.

Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2009-08-17 16:42:28 -05:00
..
Kconfig fs/Kconfig: move 9p out 2009-01-22 13:16:01 +03:00
Makefile
fid.c Merge branch 'next' into for-linus 2008-12-25 11:40:09 +11:00
fid.h 9p: Documentation updates 2008-05-14 19:23:25 -05:00
v9fs.c 9p: remove unnecessary v9fses->options which duplicates the mount string 2009-08-17 16:42:28 -05:00
v9fs.h 9p: remove unnecessary v9fses->options which duplicates the mount string 2009-08-17 16:42:28 -05:00
v9fs_vfs.h constify dentry_operations: 9p 2009-03-27 14:44:00 -04:00
vfs_addr.c 9p: Fix incorrect parameters to v9fs_file_readn. 2009-07-14 15:54:42 -05:00
vfs_dentry.c constify dentry_operations: 9p 2009-03-27 14:44:00 -04:00
vfs_dir.c 9p: eliminate depricated conv functions 2008-10-17 11:06:57 -05:00
vfs_file.c 9p: fix format warning 2008-10-22 18:48:45 -05:00
vfs_inode.c 9p: Add missing cast for the error return value in v9fs_get_inode 2009-08-17 16:35:08 -05:00
vfs_super.c 9p: remove unnecessary v9fses->options which duplicates the mount string 2009-08-17 16:42:28 -05:00