Re: [RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation

2021-04-19 Thread brookxu
Balbir Singh wrote on 2021/4/19 15:01: > On Tue, Apr 13, 2021 at 09:37:26AM +0800, brookxu wrote: >> From: Chunguang Xu >> >> The existing data structure is not very convenient for >> expansion, and part of the code can be saved. Here, try >> to optimize, which can make the code more concise an

Re: [RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation

2021-04-19 Thread Balbir Singh
On Tue, Apr 13, 2021 at 09:37:26AM +0800, brookxu wrote: > From: Chunguang Xu > > The existing data structure is not very convenient for > expansion, and part of the code can be saved. Here, try > to optimize, which can make the code more concise and > easy to expand. > > Signed-off-by: Chunguan

Re: [RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation

2021-04-13 Thread kernel test robot
Hi brookxu, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.12-rc7 next-20210413] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation

2021-04-13 Thread kernel test robot
Hi brookxu, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.12-rc7 next-20210413] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[RESEND PATCH 1/2] delayacct: refactor the code to simplify the implementation

2021-04-12 Thread brookxu
From: Chunguang Xu The existing data structure is not very convenient for expansion, and part of the code can be saved. Here, try to optimize, which can make the code more concise and easy to expand. Signed-off-by: Chunguang Xu --- include/linux/delayacct.h | 139 --