Re: [PATCH 2/2] exfat: allow to change some mount options for remount

2020-06-14 Thread Hyunchul Lee
2020년 6월 15일 (월) 오전 9:18, Namjae Jeon 님이 작성: > > > Allow to change permission masks, allow_utime, errors. But ignore other > > options. > > > > Signed-off-by: Hyunchul Lee > > --- > > fs/exfat/super.c | 40 +--- > > 1 file changed, 29 insertions(+), 11

RE: [PATCH 2/2] exfat: allow to change some mount options for remount

2020-06-14 Thread Namjae Jeon
> Allow to change permission masks, allow_utime, errors. But ignore other > options. > > Signed-off-by: Hyunchul Lee > --- > fs/exfat/super.c | 40 +--- > 1 file changed, 29 insertions(+), 11 deletions(-) > > diff --git a/fs/exfat/super.c b/fs/exfat/super.c

[PATCH 2/2] exfat: allow to change some mount options for remount

2020-06-12 Thread Hyunchul Lee
Allow to change permission masks, allow_utime, errors. But ignore other options. Signed-off-by: Hyunchul Lee --- fs/exfat/super.c | 40 +--- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/fs/exfat/super.c b/fs/exfat/super.c index