[GIT PULL] xfs: fixes for 5.2

From: Darrick J. Wong
Date: Thu May 23 2019 - 11:36:39 EST


Hi Linus,

Here's a bug fix for a minor accounting problem reported by a user.
It's survived a few days of fstests and merges cleanly with upstream as
of a few minutes ago. Let me know if there are problems.

(Urgh, I just noticed that the tag message lists the wrong version. If
that's going to be a problem I can retag and resend...)

--D

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.2-fixes-1

for you to fetch changes up to 5cd213b0fec640a46adc5e6e4dfc7763aa54b3b2:

xfs: don't reserve per-AG space for an internal log (2019-05-20 11:25:39 -0700)

----------------------------------------------------------------
Fixes for 5.1:
- Fix an accounting mistake where we included the log space when
calculating the reserve space for metadata expansion.

----------------------------------------------------------------
Darrick J. Wong (1):
xfs: don't reserve per-AG space for an internal log

fs/xfs/libxfs/xfs_ialloc_btree.c | 9 +++++++++
fs/xfs/libxfs/xfs_refcount_btree.c | 9 +++++++++
fs/xfs/libxfs/xfs_rmap_btree.c | 9 +++++++++
3 files changed, 27 insertions(+)