linux/fs/exfat
Tetsuhiro Kohada cbd445d9a9 exfat: remove 'bps' mount-option
remount fails because exfat_show_options() returns unsupported
option 'bps'.
> # mount -o ro,remount
> exfat: Unknown parameter 'bps'

To fix the problem, just remove 'bps' option from exfat_show_options().

Signed-off-by: Tetsuhiro Kohada <Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2020-04-22 20:14:05 +09:00
..
balloc.c exfat: Unify access to the boot sector 2020-04-22 20:14:05 +09:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: add directory operations 2020-03-05 21:00:40 -05:00
exfat_fs.h
exfat_raw.h
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: add file operations 2020-03-05 21:00:40 -05:00
inode.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
Kconfig exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
misc.c exfat: add misc operations 2020-03-05 21:00:40 -05:00
namei.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: remove 'bps' mount-option 2020-04-22 20:14:05 +09:00