]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: change the seconds fields in xfs_bulkstat to signed
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 13 Dec 2019 00:54:33 +0000 (19:54 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 13 Dec 2019 00:54:33 +0000 (19:54 -0500)
commit0f498e72204712d7608210942db023e98aab1180
tree4f2ed10b0a7465e63e99381d386b58607d4d8d04
parentfeee8e52e6e3e55042088f54606347dceb16aac5
xfs: change the seconds fields in xfs_bulkstat to signed

Source kernel commit: 5e0cd1ef64744e41e029dfca7d0ae285c486f386

64-bit time is a signed quantity in the kernel, so the bulkstat
structure should reflect that.  Note that the structure size stays
the same and that we have not yet published userspace headers for this
new ioctl so there are no users to break.

Fixes: 7035f9724f84 ("xfs: introduce new v5 bulkstat structure")
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_fs.h