[GIT PULL] xfs: fix for 5.3-rc6

From: Darrick J. Wong
Date: Sat Aug 24 2019 - 12:27:12 EST


Hi Linus,

Please pull this single patch that fixes a xfs lockup problem when a
chown/chgrp operation fails due to running out of quota. It has
survived the usual xfstests runs and merges cleanly with this morning's
master. Please let me know if anything strange happens.

--D

The following changes since commit b68271609c4f16a79eae8069933f64345afcf888:

fs/xfs: Fix return code of xfs_break_leased_layouts() (2019-08-19 18:15:28 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.3-fixes-6

for you to fetch changes up to 1fb254aa983bf190cfd685d40c64a480a9bafaee:

xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT (2019-08-22 20:55:54 -0700)

----------------------------------------------------------------
Changes since last time:
- Fix a forgotten inode unlock when chown/chgrp fail due to quota.

----------------------------------------------------------------
Darrick J. Wong (1):
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT

fs/xfs/xfs_iops.c | 1 +
1 file changed, 1 insertion(+)