Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
delayacct: optimize delayacct init
In delayacct_init(), first there is no need to assign delayacct_on to delayacct_on in set_delayacct(). Second if delayacct_on is 0, there is no need call delayacct_tsk_init(). Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
- Loading branch information