[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAOMdWS+pc5EQ6DNKz3eF2U=N_omV6q5H6L6=sWLjEKXKA9D8iQ@mail.gmail.com>
Date: Wed, 20 Jun 2018 08:51:59 +0530
From: Allen <allen.lkml@...il.com>
To: dsterba@...e.cz, nborisov@...e.com, linux-btrfs@...r.kernel.org,
Chris Mason <clm@...com>, jbackik@...com, dsterba@...e.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: stop using get_seconds()
> >
> > 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.
Powered by blists - more mailing lists