OSDN Git Service

xfs: rename compat_time_t to old_time32_t
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Jan 2020 21:27:44 +0000 (13:27 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Jan 2020 16:57:36 +0000 (08:57 -0800)
commit3b62f000c86ac7139f79912136b85eacf233b173
treea5f41dc0260917bf3dfa72a7495b73071baa2310
parentfd6988496e79a6a4bdb514a4655d2920209eb85d
xfs: rename compat_time_t to old_time32_t

The compat_time_t type has been removed everywhere else,
as most users rely on old_time32_t for both native and
compat mode handling of 32-bit time_t.

Remove the last one in xfs.

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_ioctl32.c
fs/xfs/xfs_ioctl32.h