Re: [RFC 0/6] vfs: Add timestamp range check support

From: Arnd Bergmann
Date: Sun Nov 06 2016 - 15:29:41 EST


On Sunday, November 6, 2016 9:44:33 AM CET Deepa Dinamani wrote:
> I will post xfs tests that validate mount and range checking.
> I will keep the policy same as what the RFC suggests for now.
>
> Clamping can be verified once vfs is transitioned to using time64_t.

Won't it already work as expected on 64-bit architectures as they
have a 64-bit time_t?

Arnd