mbox series

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

Message ID 20211204235020.GO8467@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 5.16-rc3 | expand

Pull-request

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

Message

Darrick J. Wong Dec. 4, 2021, 11:50 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 5, 2021, 1:28 a.m. UTC | #1
The pull request you sent on Sat, 4 Dec 2021 15:50:20 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/79a72162048e42a677bc7336a9f5d86fc3ff9558

Thank you!