]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: change the seconds fields in xfs_bulkstat to signed
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 15 Oct 2019 15:46:07 +0000 (08:46 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 15 Oct 2019 15:46:07 +0000 (08:46 -0700)
commit1f3b1123b37be1cd4f88c9cdd7e94bb4a762f189
tree2c71f283e6b331f3f757d4c861b1131354eb8346
parentdec6ed8e13f982edf368c22fec89d6d1f444ea5d
xfs: change the seconds fields in xfs_bulkstat to signed

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: add9e9c6f19e ("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>
fs/xfs/libxfs/xfs_fs.h