aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs.h
diff options
context:
space:
mode:
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>2009-08-17 16:42:28 -0500
committerEric Van Hensbergen <ericvh@gmail.com>2009-08-17 16:42:28 -0500
commit4b53e4b500779230aedd5355940aeaaed0b5353b (patch)
treecdc025b850b5c973d86d44f82da328b2af5335a9 /fs/9p/v9fs.h
parentnet/9p: insulate the client against an invalid error code sent by a 9p server (diff)
downloadlinux-dev-4b53e4b500779230aedd5355940aeaaed0b5353b.tar.xz
linux-dev-4b53e4b500779230aedd5355940aeaaed0b5353b.zip
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>
Diffstat (limited to 'fs/9p/v9fs.h')
-rw-r--r--fs/9p/v9fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h
index a7d567192998..38762bf102a9 100644
--- a/fs/9p/v9fs.h
+++ b/fs/9p/v9fs.h
@@ -85,7 +85,6 @@ struct v9fs_session_info {
unsigned int afid;
unsigned int cache;
- char *options; /* copy of mount options */
char *uname; /* user name to mount as */
char *aname; /* name of remote hierarchy being mounted */
unsigned int maxdata; /* max data for client interface */