summaryrefslogtreecommitdiff
path: root/fs/qnx4
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-12-13 23:52:14 +0300
committerJan Kara <jack@suse.cz>2019-12-16 16:15:30 +0300
commit1ead083ae1472e5aaee7f18ea827b13f55bd10a6 (patch)
tree51d718e65497863c62549881bef207e41bcee9a3 /fs/qnx4
parent4d5c1adaf893b8aa52525d2b81995e949bcb3239 (diff)
downloadlinux-1ead083ae1472e5aaee7f18ea827b13f55bd10a6.tar.xz
quota: avoid time_t in v1_disk_dqblk definition
The time_t type is part of the user interface and not always the same, with the move to 64-bit timestamps and the difference between architectures. Make the quota format definition independent of this type and use a basic type of the same length. Make it unsigned in the process to keep the v1 format working until year 2106 instead of 2038 on 32-bit architectures. Hopefully, everybody has already moved to a newer format long ago (v2 was introduced with linux-2.4), but it's hard to be sure. Link: https://lore.kernel.org/r/20191213205221.3787308-6-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/qnx4')
0 files changed, 0 insertions, 0 deletions