kcmp: In get_file_raw_ptr use task_lookup_fd_rcu
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 20 Nov 2020 23:14:30 +0000 (17:14 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 10 Dec 2020 18:42:49 +0000 (12:42 -0600)
commited77e80e14a3cd55c73848b9e8043020e717ce12
treebdef0dabba2a4dcf399d46a01d17e418dce41f95
parent64eb661fda0269276b4c46965832938e3f268268
kcmp: In get_file_raw_ptr use task_lookup_fd_rcu

Modify get_file_raw_ptr to use task_lookup_fd_rcu.  The helper
task_lookup_fd_rcu does the work of taking the task lock and verifying
that task->files != NULL and then calls files_lookup_fd_rcu.  So let
use the helper to make a simpler implementation of get_file_raw_ptr.

Acked-by: Cyrill Gorcunov <gorcunov@gmail.com>
Link: https://lkml.kernel.org/r/20201120231441.29911-13-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
kernel/kcmp.c