commit | c62c38f6b91b87a013bccd3637c2a1850d8e590c | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <[email protected]> | Mon Dec 12 16:41:26 2016 -0800 |
committer | Linus Torvalds <[email protected]> | Mon Dec 12 18:55:06 2016 -0800 |
tree | 5e76cc9fdd96e0db768bf77727b3d8fec4f8168f | |
parent | 395627b0718b6d4252c451c766cfc00ec155ddaf [diff] |
ocfs2: replace CURRENT_TIME macro CURRENT_TIME is not y2038 safe. Use y2038 safe ktime_get_real_seconds() here for timestamps. struct heartbeat_block's hb_seq and deletetion time are already 64 bits wide and accommodate times beyond y2038. Also use y2038 safe ktime_get_real_ts64() for on disk inode timestamps. These are also wide enough to accommodate time64_t. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Deepa Dinamani <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Joseph Qi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>