Re: [PATCH] cachefiles: avoid deprecated get_seconds()

From: David Howells
Date: Wed Jun 20 2018 - 08:18:16 EST


Arnd Bergmann <arnd@xxxxxxxx> wrote:

> > But I've no objection to using ktime_get_real_seconds() and truncating the
> > value.
>
> Ok, fair enough. I was mainly worried about what might happen when the
> file names stop being strictly sorted in numerical order by their creation
> time. If that is not a problem, I'll send the simpler patch to use
> lower_32_bits(ktime_get_real_seconds()) for clarity.

That's not a problem. Everything copied into that directory is to be deleted
asap.

David