On Wed, Apr 22, 2020 at 6:29 AM Chengguang Xu <cgxu519@xxxxxxxxxxxx> wrote: > > sync_filesystem() does not sync dirty data for readonly > filesystem during umount, so before changing to readonly > filesystem we should sync dirty data for data integrity. Isn't the same true for ->put_super()? Thanks, Miklos