]> git.baikalelectronics.ru Git - kernel.git/commit
fs, proc: remove priv argument from is_stack
authorMichal Hocko <mhocko@suse.com>
Fri, 8 Sep 2017 23:13:35 +0000 (16:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:47 +0000 (18:26 -0700)
commitb8d818e4d0db34a94da50088696201d96d377d76
treee0580be1ac6cf68c81e323d455dd39ab0f0e57d0
parent7bb1a45e5a4d8f2048c41043eec5bd0f7c004b19
fs, proc: remove priv argument from is_stack

Commit f5ea8e8f50fb ("fs/proc: Stop trying to report thread stacks")
removed the priv parameter user in is_stack so the argument is
redundant.  Drop it.

[arnd@arndb.de: remove unused variable]
Link: http://lkml.kernel.org/r/20170801120150.1520051-1-arnd@arndb.de
Link: http://lkml.kernel.org/r/20170728075833.7241-1-mhocko@kernel.org
Signed-off-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/task_mmu.c
fs/proc/task_nommu.c