Files
android_kernel_xiaomi_sm8450/fs/xfs
Darrick J. Wong 70d560e2fb xfs: only bother with sync_filesystem during readonly remount
commit b97cca3ba9098522e5a1c3388764ead42640c1a5 upstream.

In commit 02b9984d64, we pushed a sync_filesystem() call from the VFS
into xfs_fs_remount.  The only time that we ever need to push dirty file
data or metadata to disk for a remount is if we're remounting the
filesystem read only, so this really could be moved to xfs_remount_ro.

Once we've moved the call site, actually check the return value from
sync_filesystem.

Fixes: 02b9984d64 ("fs: push sync_filesystem() down to the file system's remount_fs()")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-08-31 17:15:14 +02:00
..
2020-09-06 18:05:51 -07:00
2020-09-15 20:52:41 -07:00
2020-09-15 20:52:41 -07:00
2020-03-02 20:55:55 -08:00
2019-10-28 08:37:54 -07:00
2020-03-11 09:11:39 -07:00
2020-05-07 08:27:48 -07:00
2022-08-21 15:15:21 +02:00
2022-08-21 15:15:21 +02:00
2022-08-21 15:15:21 +02:00
2020-09-15 20:52:39 -07:00
2019-07-03 08:21:58 -07:00
2020-09-15 20:52:39 -07:00
2020-05-08 08:51:34 -07:00