Re: [patch 13/26] posix-timers: Rename do_schedule_next_timer

2017-06-02 Thread Christoph Hellwig
On Thu, Jun 01, 2017 at 10:50:42PM +0200, Thomas Gleixner wrote: > On Wed, 31 May 2017, Christoph Hellwig wrote: > > > On Tue, May 30, 2017 at 11:15:46PM +0200, Thomas Gleixner wrote: > > > That function is a misnomer. Rename it with a proper prefix to > > > posixtimer_rearm(). > > > > Please als

Re: [patch 13/26] posix-timers: Rename do_schedule_next_timer

2017-06-01 Thread Thomas Gleixner
On Wed, 31 May 2017, Christoph Hellwig wrote: > On Tue, May 30, 2017 at 11:15:46PM +0200, Thomas Gleixner wrote: > > That function is a misnomer. Rename it with a proper prefix to > > posixtimer_rearm(). > > Please also move it out of asm-generic/siginfo.h as it's implemented > and used in generi

Re: [patch 13/26] posix-timers: Rename do_schedule_next_timer

2017-05-31 Thread Christoph Hellwig
On Tue, May 30, 2017 at 11:15:46PM +0200, Thomas Gleixner wrote: > That function is a misnomer. Rename it with a proper prefix to > posixtimer_rearm(). Please also move it out of asm-generic/siginfo.h as it's implemented and used in generic code only, and there is no arch override at all. In fact