Re: [PATCH v2] exfat: add the dummy mount options to be backward compatible with staging/exfat

2020-05-21 Thread Linus Torvalds
On Thu, May 21, 2020 at 8:44 AM Eric Sandeen wrote: > > Wow, it seems wild that we'd need to maintain compatibility with options > which only ever existed in a different codebase in a staging driver > (what's the point of staging if every interface that makes it that far has > to be maintained in

Re: [PATCH v2] exfat: add the dummy mount options to be backward compatible with staging/exfat

2020-05-21 Thread Matthew Wilcox
On Thu, May 21, 2020 at 10:44:28AM -0500, Eric Sandeen wrote: > On 5/21/20 9:05 AM, Namjae Jeon wrote: > > 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 Torvalds reported mount error

Re: [PATCH v2] exfat: add the dummy mount options to be backward compatible with staging/exfat

2020-05-21 Thread Eric Sandeen
On 5/21/20 9:05 AM, Namjae Jeon wrote: > 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 Torvalds reported mount error with new version of exfat on Fedora. > > exfat: Unknown parameter

[PATCH v2] exfat: add the dummy mount options to be backward compatible with staging/exfat

2020-05-21 Thread Namjae Jeon
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 Torvalds reported mount error with new version of exfat on Fedora. exfat: Unknown parameter 'namecase' This is because there is a difference