mbox series

[GIT,PULL] xfs: fixes for 5.4-rc4

Message ID 20191017211739.GQ13108@magnolia (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] xfs: fixes for 5.4-rc4 | expand

Pull-request

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

Message

Darrick J. Wong Oct. 17, 2019, 9:17 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 17, 2019, 9:25 p.m. UTC | #1
The pull request you sent on Thu, 17 Oct 2019 14:17:39 -0700:

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

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

Thank you!