From: Abhishek Kulkarni Date: Mon, 17 Aug 2009 21:42:28 +0000 (-0500) Subject: 9p: remove unnecessary v9fses->options which duplicates the mount string X-Git-Tag: v2.6.31-rc8~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b53e4b500779230aedd5355940aeaaed0b5353b;p=pandora-kernel.git 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 Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed