Re: [PATCH] writeback: remove the unused function parameter 【外域邮件.谨慎查阅】

2017-11-04 Thread wanglong
> On 4 Nov 2017, at 7:41 PM, gre...@linuxfoundation.org wrote: > > On Thu, Nov 02, 2017 at 11:44:32PM -0400, Wang Long wrote: >> Signed-off-by: Wang Long >> --- > > I know I don't take patches without any changelog text :( > I will add some changelog and send v2 patch. thanks.

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

2017-11-04 Thread Greg KH
On Thu, Nov 02, 2017 at 11:44:32PM -0400, Wang Long wrote: > Signed-off-by: Wang Long > --- I know I don't take patches without any changelog text :(

[PATCH] writeback: remove the unused function parameter

2017-11-04 Thread Wang Long
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 b/include/linux/backing-dev.h index 1662157..186a2e7 100644 --- a/include/linux/backing-dev.h +++ b/inc