Re: [PATCH v3 6/7] timex: use __kernel_timex internally
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-07-12 08:27:10
Also in:
linux-alpha, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-07-12 08:27:10
Also in:
linux-alpha, lkml
On Fri, Jul 06, 2018 at 10:42:46PM -0700, Deepa Dinamani wrote:
struct timex is not y2038 safe. Replace all uses of timex with y2038 safe __kernel_timex. Note that struct __kernel_timex is an ABI interface definition.
If it actually is an ABI interface it should probably have a different name.