OSDN Git Service

btrfs: use timespec64 for i_otime
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Jun 2018 16:04:06 +0000 (18:04 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:39 +0000 (13:12 +0200)
commitd3c6be6fdab48dd26af3d3e01c5972ffe20985b9
tree7872ddc78464e8f2015db66b33db7494e62b959f
parentafd48513f0019a2048afed0d98904d3fec7e05dd
btrfs: use timespec64 for i_otime

While the regular inode timestamps all use timespec64 now, the i_otime
field is btrfs specific and still needs to be converted to correctly
represent times beyond 2038.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/btrfs_inode.h
fs/btrfs/inode.c