[GIT PULL] xfs: bug fixes for 5.8-rc1
From: Darrick J. Wong
Date: Sat Jun 13 2020 - 01:41:43 EST
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(-)