Re: [PATCH 3/3] btrfs: use timespec64 for i_otime

From: David Sterba
Date: Wed Jun 20 2018 - 12:41:01 EST


On Wed, Jun 20, 2018 at 04:34:34PM +0200, Arnd Bergmann wrote:
> 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@xxxxxxxx>

This patch addresses the remaining type conversions, so I'm going to
merge it, thanks.