From: Miklos Szeredi Date: Fri, 8 Feb 2008 12:21:44 +0000 (-0800) Subject: mount options: fix hpfs X-Git-Tag: v2.6.25-rc1~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9c1fd425e6e1f0998218104cc046589e3af3d8;p=pandora-kernel.git mount options: fix hpfs Add a .show_options super operation to hpfs. Use generic_show_options() and save the complete option string in hpfs_fill_super() and hpfs_remount_fs(). Also add a small fix: hpfs_remount_fs() should return -EINVAL on error, instead of 1, which is not an error value. Signed-off-by: Miklos Szeredi Cc: Mikulas Patocka Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed