commit | d3c6be6fdab48dd26af3d3e01c5972ffe20985b9 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jun 21 18:04:06 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:39 2018 +0200 |
tree | 7872ddc78464e8f2015db66b33db7494e62b959f | |
parent | afd48513f0019a2048afed0d98904d3fec7e05dd [diff] |
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>