alistair23-linux/fs/exfat
Namjae Jeon 907fa89325 exfat: add the dummy mount options to be backward compatible with staging/exfat
As Ubuntu and Fedora release new version used kernel version equal to or
higher than v5.4, They started to support kernel exfat filesystem.

Linus reported a mount error with new version of exfat on Fedora:

        exfat: Unknown parameter 'namecase'

This is because there is a difference in mount option between old
staging/exfat and new exfat.  And utf8, debug, and codepage options as
well as namecase have been removed from new exfat.

This patch add the dummy mount options as deprecated option to be
backward compatible with old one.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-05-21 16:40:11 -07: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: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
exfat_raw.h
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: use iter_file_splice_write 2020-05-18 11:51:40 +09: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: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
namei.c exfat: fix possible memory leak in exfat_find() 2020-05-18 11:51:44 +09:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: add the dummy mount options to be backward compatible with staging/exfat 2020-05-21 16:40:11 -07:00