On Wed, Jul 11, 2018 at 11:14:10AM +0200, Arnd Bergmann wrote: > The mmp_time field is 64 bits wide, which is good, but calling > get_seconds() results in a 32-bit value on 32-bit architectures. Using > ktime_get_real_seconds() instead returns 64 bits everywhere. > > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> > Reviewed-by: Jan Kara <jack@xxxxxxx> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Thanks, applied. - Ted