Re: [Y2038] [PATCH] generic/402: Make timestamp range check conditional

2019-12-22 Thread Amir Goldstein
On Mon, Dec 23, 2019 at 7:16 AM Deepa Dinamani wrote: > > Addition of fs-specific timestamp range checking was added > in 188d20bcd1eb ("vfs: Add file timestamp range support"). > > Add a check for whether the kernel supports the limits check > before running the associated test. > >

[Y2038] [PATCH] generic/402: Make timestamp range check conditional

2019-12-22 Thread Deepa Dinamani
Addition of fs-specific timestamp range checking was added in 188d20bcd1eb ("vfs: Add file timestamp range support"). Add a check for whether the kernel supports the limits check before running the associated test. Signed-off-by: Deepa Dinamani --- common/rc | 11 +++