Mikulas Patocka 037369b872 hpfs: implement the show_options method
The HPFS filesystem used generic_show_options to produce string that is
displayed in /proc/mounts.  However, there is a problem that the options
may disappear after remount.  If we mount the filesystem with option1
and then remount it with option2, /proc/mounts should show both option1
and option2, however it only shows option2 because the whole option
string is replaced with replace_mount_options in hpfs_remount_fs.

To fix this bug, implement the hpfs_show_options function that prints
options that are currently selected.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-05-28 16:50:24 -07:00
..
2015-07-09 13:35:30 -07:00
2015-09-03 11:55:30 -07:00
2016-05-12 19:47:13 -04:00
2014-06-06 16:08:10 -07:00
2015-09-03 11:55:30 -07:00
2016-01-04 10:29:03 -05:00
2014-06-06 16:08:10 -07:00