Re: [PATCH v2 5/6] jbd2: replace current_kernel_time64 with ktime equivalent

From: Theodore Y. Ts'o
Date: Sun Jul 22 2018 - 14:55:11 EST


On Wed, Jul 11, 2018 at 11:14:13AM +0200, Arnd Bergmann wrote:
> jbd2 is one of the few callers of current_kernel_time64(), which
> is a wrapper around ktime_get_coarse_real_ts64(). This calls the
> latter directly for consistency with the rest of the kernel that
> is moving to the ktime_get_ family of time accessors.
>
> Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx>
> Reviewed-by: Jan Kara <jack@xxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks, applied.

- Ted