[GIT PULL] xfs: bug fixes for 5.16-rc3

From: Darrick J. Wong
Date: Sat Dec 04 2021 - 18:50:24 EST


Hi Linus,

Please pull this branch for 5.16-rc3 which removes a broken and
pointless debugging assertion.

The branch merges cleanly against upstream as of a few minutes ago.
Please let me know if anything else strange happens during the merge
process.

--D

The following changes since commit 1090427bf18f9835b3ccbd36edf43f2509444e27:

xfs: remove xfs_inew_wait (2021-11-24 10:06:02 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e445976537ad139162980bee015b7364e5b64fff:

xfs: remove incorrect ASSERT in xfs_rename (2021-12-01 17:27:48 -0800)

----------------------------------------------------------------
Fixes for 5.16-rc3:
- Remove an unnecessary (and backwards) rename flags check that
duplicates a VFS level check.

----------------------------------------------------------------
Eric Sandeen (1):
xfs: remove incorrect ASSERT in xfs_rename

fs/xfs/xfs_inode.c | 1 -
1 file changed, 1 deletion(-)