]> git.baikalelectronics.ru Git - kernel.git/commit
exfat: add the dummy mount options to be backward compatible with staging/exfat
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 21 May 2020 23:10:10 +0000 (08:10 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 May 2020 23:40:11 +0000 (16:40 -0700)
commit9b2f6587c2b5b4c5d3f4365d347cd94031f440e2
tree27f58a388f4d1841f3c301806f367a5b61666240
parent042fa6768928d5364b9e637efc3fb91f5489f049
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>
fs/exfat/super.c