Re: [PATCH] [RFC] y2038: globally rename compat_time to old_time32

From: Deepa Dinamani
Date: Sat Jul 14 2018 - 11:54:23 EST


Right now we only have compat syscalls and native syscalls.
Until we transition all the architectures to use the new syscalls,
wouldn't it be the same sort of confusion as exists today?
These structures today are still used by compat entry points.
I'm trying to understand why such a cleanup would make sense today
rather than at the end of the transition.

-Deepa