]> 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)
commit42b875a59b8135e42dc3cdfa8da2c9f0b569d925
treee0580be1ac6cf68c81e323d455dd39ab0f0e57d0
parent7cfb809f0c3234f71a7d590cc028649c3dfc2aee
fs, proc: remove priv argument from is_stack

Commit 2919a0306042 ("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