]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11c366faa9ca1880192a7cd6bd8b7a4a4c3cb042
treea5f41dc0260917bf3dfa72a7495b73071baa2310
parente7a57b071ab8244fee3e9bbbba987019ae618612
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