[GIT PULL] xfs: fixes for 5.17-rc6

From: Darrick J. Wong
Date: Sat Feb 26 2022 - 00:04:27 EST


Hi Linus,

Please pull this branch containing bug fixes for XFS for 5.17-rc6.
There's nothing exciting, just more fixes for not returning
sync_filesystem error values (and eliding it when it's not necessary).

As usual, I did a test-merge with upstream master as of a few minutes
ago, and didn't see any conflicts. Please let me know if you encounter
any problems.

--D

The following changes since commit cea267c235e1b1ec3bfc415f6bd420289bcb3bc9:

xfs: ensure log flush at the end of a synchronous fallocate call (2022-02-01 14:14:48 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.17-fixes-2

for you to fetch changes up to b97cca3ba9098522e5a1c3388764ead42640c1a5:

xfs: only bother with sync_filesystem during readonly remount (2022-02-09 21:07:24 -0800)

----------------------------------------------------------------
Bug fixes for 5.17-rc4:
- Only call sync_filesystem when we're remounting the filesystem
readonly readonly, and actually check its return value.

----------------------------------------------------------------
Darrick J. Wong (1):
xfs: only bother with sync_filesystem during readonly remount

fs/xfs/xfs_super.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)