[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180619131041.6v3blgpegciu6fyi@twin.jikos.cz>
Date: Tue, 19 Jun 2018 15:10:42 +0200
From: David Sterba <dsterba@...e.cz>
To: Nikolay Borisov <nborisov@...e.com>
Cc: Allen Pais <allen.lkml@...il.com>, linux-btrfs@...r.kernel.org,
clm@...com, jbackik@...com, dsterba@...e.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: stop using get_seconds()
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"
Powered by blists - more mailing lists