On Friday 17 April 2015 14:13:28 Baolin Wang wrote:
*I have another confusion, if we add new *timespec_to_cputime/cputime_to_timespec *in **include/linux/cputime.h, * *the original *timespec_to_cputime/cputime_to_timespec *which located * *in include/asm-generic/cputime_jiffies.h, * *arch/s390/include/asm/cputime.h, and arch/powerpc/include/asm/cputime.h file will be removed?*
Yes, of course. You would modify the existing timespec_to_cputime/cputime_to_timespec to be timespec64_to_cputime/cputime_to_timespec64 and add a wrapper around it at the same time.
Arnd