]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
9p: remove unnecessary v9fses->options which duplicates the mount string
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>
Mon, 17 Aug 2009 21:42:28 +0000 (16:42 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 17 Aug 2009 21:42:28 +0000 (16:42 -0500)
commit4b53e4b500779230aedd5355940aeaaed0b5353b
treecdc025b850b5c973d86d44f82da328b2af5335a9
parent0aad37ef3deed118d3816e1d1a600eb2ec9dcb87
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>
fs/9p/v9fs.c
fs/9p/v9fs.h
fs/9p/vfs_super.c