Re: [PATCH] proc:fix confusing macro arg name

2019-10-08 Thread Christian Brauner
On Tue, Oct 08, 2019 at 06:44:18AM +, linmiaohe wrote: > Add suitable additional cc's as Andrew Morton suggested. > Get cc list from get_maintainer script: > [root@localhost mm]# ./scripts/get_maintainer.pl > 0001-proc-fix-confusing-macro-arg-name.patch > Alexey Dobriyan (reviewer:PROC FILES

Re: [PATCH] proc:fix confusing macro arg name

2019-10-08 Thread linmiaohe
On 2019/10/8 15:05, Aubrey wrote: >> On 2019/10/8 14:44, linmiaohe wrote: >> state_size and ops are in the wrong position, fix it. >> > > Good catch! > > This is interesting, I saw this interface has 50+ callers, How did they work > before? ;) > This confused me too. The args of function pro

Re: [PATCH] proc:fix confusing macro arg name

2019-10-08 Thread Aleksa Sarai
On 2019-10-08, linmiaohe wrote: > Add suitable additional cc's as Andrew Morton suggested. > Get cc list from get_maintainer script: > [root@localhost mm]# ./scripts/get_maintainer.pl > 0001-proc-fix-confusing-macro-arg-name.patch > Alexey Dobriyan (reviewer:PROC FILESYSTEM) > linux-kernel@vger

Re: [PATCH] proc:fix confusing macro arg name

2019-10-08 Thread Li, Aubrey
On 2019/10/8 14:44, linmiaohe wrote: > Add suitable additional cc's as Andrew Morton suggested. > Get cc list from get_maintainer script: > [root@localhost mm]# ./scripts/get_maintainer.pl > 0001-proc-fix-confusing-macro-arg-name.patch > Alexey Dobriyan (reviewer:PROC FILESYSTEM) > linux-kernel@

Re: [PATCH] proc:fix confusing macro arg name

2019-10-07 Thread linmiaohe
Add suitable additional cc's as Andrew Morton suggested. Get cc list from get_maintainer script: [root@localhost mm]# ./scripts/get_maintainer.pl 0001-proc-fix-confusing-macro-arg-name.patch Alexey Dobriyan (reviewer:PROC FILESYSTEM) linux-kernel@vger.kernel.org (open list:PROC FILESYSTEM) linux

[PATCH] proc:fix confusing macro arg name

2019-09-09 Thread Miaohe Lin
state_size and ops are in the wrong position, fix it. Signed-off-by: Miaohe Lin --- include/linux/proc_fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index a705aa2d03f9..0640be56dcbd 100644 --- a/include/linux/proc_f