[GIT PULL] xfs: fixes for 5.4-rc4

From: Darrick J. Wong
Date: Thu Oct 17 2019 - 17:17:42 EST


Hi Linus,

Please pull this set of changes for 5.4-rc4. The only change converts
the seconds field in the recently added XFS bulkstat structure to a
signed 64-bit quantity. The structure layout doesn't change and so far
there are no users of the ioctl to break because we only publish xfs
ioctl interfaces through the XFS userspace development libraries, and
we're still working on a 5.3 release.

The branch has survived a round of xfstests runs and merges cleanly with
this afternoon's master. Please let me know if anything strange
happens.

--D

The following changes since commit aeea4b75f045294e1c026acc380466daa43afc65:

xfs: move local to extent inode logging into bmap helper (2019-10-09 08:54:30 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.4-fixes-4

for you to fetch changes up to 5e0cd1ef64744e41e029dfca7d0ae285c486f386:

xfs: change the seconds fields in xfs_bulkstat to signed (2019-10-15 08:46:07 -0700)

----------------------------------------------------------------
Changes since last update:
- Fix a timestamp signedness problem in the new bulkstat ioctl.

----------------------------------------------------------------
Darrick J. Wong (1):
xfs: change the seconds fields in xfs_bulkstat to signed

fs/xfs/libxfs/xfs_fs.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)