commit | 4b53e4b500779230aedd5355940aeaaed0b5353b | [log] [tgz] |
---|---|---|
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | Mon Aug 17 16:42:28 2009 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Mon Aug 17 16:42:28 2009 -0500 |
tree | cdc025b850b5c973d86d44f82da328b2af5335a9 | |
parent | 0aad37ef3deed118d3816e1d1a600eb2ec9dcb87 [diff] |
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>