RE: [PATCH 1/2] exfat: call sync_filesystem for read-only remount

2020-06-14 Thread Namjae Jeon
> Hi Namjae, > > 2020년 6월 15일 (월) 오전 9:14, Namjae Jeon 님이 작성: > > > > Hi Hyunchul, > > > We need to commit dirty metadata and pages to disk before remounting > > > exfat as read-only. > > > > > > This fixes a failure in xfstests generic/452 > > Could you please elaborate more the reason why gener

Re: [PATCH 1/2] exfat: call sync_filesystem for read-only remount

2020-06-14 Thread Hyunchul Lee
Hi Namjae, 2020년 6월 15일 (월) 오전 9:14, Namjae Jeon 님이 작성: > > Hi Hyunchul, > > We need to commit dirty metadata and pages to disk before remounting exfat > > as read-only. > > > > This fixes a failure in xfstests generic/452 > Could you please elaborate more the reason why generic/452 in xfstests f

RE: [PATCH 1/2] exfat: call sync_filesystem for read-only remount

2020-06-14 Thread Namjae Jeon
Hi Hyunchul, > We need to commit dirty metadata and pages to disk before remounting exfat as > read-only. > > This fixes a failure in xfstests generic/452 Could you please elaborate more the reason why generic/452 in xfstests failed ? > > Signed-off-by: Hyunchul Lee > --- > fs/exfat/super.c |