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

From: Allen
Date: Tue Jun 19 2018 - 23:22:25 EST


> >
> > 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"

Thank you.