OSDN Git Service

fs/proc: make pde_get() return nothing
authorHui Su <sh_def@163.com>
Wed, 16 Dec 2020 04:42:42 +0000 (20:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2020 06:46:15 +0000 (22:46 -0800)
commita9389683fafcd4b6f7dcef62f9f05d436a12cfb5
tree8eb85cdb2513fa9aafa3bc567ea2b8528b8decaa
parentc6c75deda81344c3a95d1d1f606d5cee109e5d54
fs/proc: make pde_get() return nothing

We don't need pde_get()'s return value, so make pde_get() return nothing

Link: https://lkml.kernel.org/r/20201211061944.GA2387571@rlk
Signed-off-by: Hui Su <sh_def@163.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/internal.h