]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
reiserfs: change j_timestamp type to time64_t
authorArnd Bergmann <arnd@arndb.de>
Wed, 22 Aug 2018 04:59:34 +0000 (21:59 -0700)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:46:23 +0000 (19:46 -0600)
commit06220cef2e3b4936dfcaa707d354ce6280da61b1
tree24215e3b503b8e30697a55f3dc44222fc57e9c47
parent9aa84979bd6ca56299f0c8acd6c3add3d9124abe
reiserfs: change j_timestamp type to time64_t

BugLink: https://bugs.launchpad.net/bugs/1835972
[ Upstream commit 8b73ce6a4bae4fe12bcb2c361c0da4183c2e1b6f ]

This uses the deprecated time_t type but is write-only, and could be
removed, but as Jeff explains, having a timestamp can be usefule for
post-mortem analysis in crash dumps.

In order to remove one of the last instances of time_t, this changes the
type to time64_t, same as j_trans_start_time.

Link: http://lkml.kernel.org/r/20180622133315.221210-1-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
fs/reiserfs/reiserfs.h