fs, proc: remove priv argument from is_stack
authorMichal Hocko <[email protected]>
Fri, 8 Sep 2017 23:13:35 +0000 (16:13 -0700)
committerLinus Torvalds <[email protected]>
Sat, 9 Sep 2017 01:26:47 +0000 (18:26 -0700)
commit1240ea0dc3bb7066299689c82ebe2861c90a0254
treee0580be1ac6cf68c81e323d455dd39ab0f0e57d0
parent149728e91349f269d6fc82b4ca2552645dfa7d2c
fs, proc: remove priv argument from is_stack

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

[[email protected]: remove unused variable]
Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Michal Hocko <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/task_mmu.c
fs/proc/task_nommu.c