From 11959a0650abc2ec5314fe53e22a22210d9ea48d Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Fri, 15 Nov 2019 17:16:24 -0500 Subject: [PATCH] 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 Reviewed-by: Carlos Maiolino Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen