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

No differences found