Re: [PATCH v2] writeback: remove the unused function parameter

2017-11-06 Thread Tejun Heo
On Fri, Nov 03, 2017 at 01:04:45AM -0400, Wang Long wrote: > The parameter `struct bdi_writeback *wb` is not been used in the function > body. so we just remove it. > > Signed-off-by: Wang Long Acked-by: Tejun Heo Thanks. -- tejun

Re: [PATCH v2] writeback: remove the unused function parameter

2017-11-06 Thread Jan Kara
On Fri 03-11-17 01:04:45, Wang Long wrote: > The parameter `struct bdi_writeback *wb` is not been used in the function > body. so we just remove it. > > Signed-off-by: Wang Long Looks good. You can add: Reviewed-by: Jan Kara Honz

[PATCH v2] writeback: remove the unused function parameter

2017-11-04 Thread Wang Long
The parameter `struct bdi_writeback *wb` is not been used in the function body. so we just remove it. Signed-off-by: Wang Long --- include/linux/backing-dev.h | 2 +- mm/page-writeback.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/backing-dev.h