file: Rename __close_fd_get_file close_fd_get_file
[ Upstream commit 9fe83c43 ] The function close_fd_get_file is explicitly a variant of __close_fd[1]. Now that __close_fd has been renamed close_fd, rename close_fd_get_file to be consistent with close_fd. When __alloc_fd, __close_fd and __fd_install were introduced the double underscore indicated that the function took a struct files_struct parameter. The function __close_fd_get_file never has so the naming has always been inconsistent. This just cleans things up so there are not any lingering mentions or references __close_fd left in the code. [1] 80cd7956 ("binder: fix use-after-free due to ksys_close() during fdget()") Link: https://lkml.kernel.org/r/20201120231441.29911-23-ebiederm@xmission.com Signed-off-by:Eric W. Biederman <ebiederm@xmission.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
-
mentioned in commit d19b5414
-
mentioned in commit 93dbc898
-
mentioned in commit 6be0e959
-
mentioned in commit 72f1764c
-
mentioned in commit 0c472d8d
-
mentioned in commit 184d9f9c
-
mentioned in commit 31da94a2
-
mentioned in commit 738b0c9b
-
mentioned in commit 4b63daf8
-
mentioned in commit 48882b97
-
mentioned in commit d705faf0
-
mentioned in commit 371f9d02
Please sign in to comment