Re: [PATCH] btrfs: stop using get_seconds()

From: David Sterba
Date: Tue Jun 19 2018 - 09:13:44 EST


On Tue, Jun 19, 2018 at 04:07:21PM +0300, Nikolay Borisov wrote:
>
>
> On 12.06.2018 14:48, Allen Pais wrote:
> > The get_seconds() function is deprecated as it truncates
> > the timestamp to 32 bits. Change to either ktime_get_seconds()
> > or ktime_get_real_seconds()
>
> nit: In your patch you are only changing them to get-real-seconds. So
> the "ktime_get_seconds() or" part of the changelog is unnecessary.

Updated, and changed the subject line to "btrfs: replace get_seconds with
new 64bit time API"