mbox series

[GIT,PULL] xfs: bug fixes for 5.8-rc1

Message ID 20200613054130.GK11245@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 5.8-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.8-merge-9

Message

Darrick J. Wong June 13, 2020, 5:41 a.m. UTC
Hi Linus,

Please pull this last merge request before -rc1.  We've settled down
into the bugfix phase; this one fixes an error bailout path.

This branch merges cleanly with master as of a few minutes ago, so
please let me know if anything strange happens.

--D

The following changes since commit 6dcde60efd946e38fac8d276a6ca47492103e856:

  xfs: more lockdep whackamole with kmem_alloc* (2020-05-27 08:49:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.8-merge-9

for you to fetch changes up to 8cc0072469723459dc6bd7beff81b2b3149f4cf4:

  xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster() (2020-06-08 20:57:03 -0700)

----------------------------------------------------------------
Fixes for 5.8:
- Fix a resource leak on an error bailout.

----------------------------------------------------------------
Chuhong Yuan (1):
      xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()

 fs/xfs/xfs_inode.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org June 13, 2020, 7:50 p.m. UTC | #1
The pull request you sent on Fri, 12 Jun 2020 22:41:30 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.8-merge-9

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

Thank you!