[PATCH v5 08/24] posix-timers: Factor out the guts of 'timer_settime' for reusing

2015-06-12 Thread Baolin Wang
In order to reuse the very same logic for the year 2038 safe syscalls which we need to introduce for 32bit system, factor out the guts of the 'timer_settime' syscall. Signed-off-by: Baolin Wang --- kernel/time/posix-timers.c | 41 ++--- 1 file changed, 26

[PATCH v5 08/24] posix-timers: Factor out the guts of 'timer_settime' for reusing

2015-06-12 Thread Baolin Wang
In order to reuse the very same logic for the year 2038 safe syscalls which we need to introduce for 32bit system, factor out the guts of the 'timer_settime' syscall. Signed-off-by: Baolin Wang baolin.w...@linaro.org --- kernel/time/posix-timers.c | 41 ++---