Re: [PATCH v4 17/25] timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type

From: Thomas Gleixner
Date: Tue Jun 02 2015 - 15:21:10 EST


On Mon, 1 Jun 2015, Baolin Wang wrote:

> Subject: timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type

You are not introducing anything new. You change the implementation.

> This patch converts the timespec type to timespec64 type for
> timekeeping_clocktai() function which is used only in the
> posix-timers.c file, that makes it ready for 2038 issue.
>
> And remove the declaration of timekeeping_clocktai() in
> kernel/time/timekeeping.h file, cause nothing uses that
> declaration now, and it would conflict with the inline
> definition in the include/linux/timekeeping.h file.
>
> Also introduce the clock_get64 callback pointer for the k_clock
> structure, and convert the timespec type to timespec64 type for
> the posix_get_tai() function.

Stop explaining WHAT your patches are doing.

Thanks,

tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/