Re: [PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Libin
On 2013/9/10 21:45, Tejun Heo wrote: > On Tue, Sep 10, 2013 at 02:35:27PM +0800, Libin wrote: >> From: Li Bin >> >> There is a redundant call for timer_stats_timer_set_start_info(), >> because it is the responsibility of the 'timer add' function: >> >> add_timer_on() >> |-

Re: [PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Tejun Heo
On Tue, Sep 10, 2013 at 02:35:27PM +0800, Libin wrote: > From: Li Bin > > There is a redundant call for timer_stats_timer_set_start_info(), > because it is the responsibility of the 'timer add' function: > > add_timer_on() > |- timer_stats_timer_set_start_info() > > add_timer() > |-

[PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Libin
From: Li Bin There is a redundant call for timer_stats_timer_set_start_info(), because it is the responsibility of the 'timer add' function: add_timer_on() |- timer_stats_timer_set_start_info() add_timer() |- mod_timer() |- __mod_timer() |-

[PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Libin
From: Li Bin huawei.li...@huawei.com There is a redundant call for timer_stats_timer_set_start_info(), because it is the responsibility of the 'timer add' function: add_timer_on() |- timer_stats_timer_set_start_info() add_timer() |- mod_timer() |- __mod_timer() |-

Re: [PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Tejun Heo
On Tue, Sep 10, 2013 at 02:35:27PM +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com There is a redundant call for timer_stats_timer_set_start_info(), because it is the responsibility of the 'timer add' function: add_timer_on() |- timer_stats_timer_set_start_info() add_timer()

Re: [PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call

2013-09-10 Thread Libin
On 2013/9/10 21:45, Tejun Heo wrote: On Tue, Sep 10, 2013 at 02:35:27PM +0800, Libin wrote: From: Li Bin huawei.li...@huawei.com There is a redundant call for timer_stats_timer_set_start_info(), because it is the responsibility of the 'timer add' function: add_timer_on() |-