diff options
author | 2020-11-20 17:14:35 -0600 | |
---|---|---|
committer | 2020-12-10 12:42:58 -0600 | |
commit | d74ba04d919ebe30bf47406819c18c6b50003d92 (patch) | |
tree | 9de72fcf1a40728a3bca48b13a8a0c54d8932e47 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | proc/fd: In fdinfo seq_show don't use get_files_struct (diff) | |
download | linux-dev-d74ba04d919ebe30bf47406819c18c6b50003d92.tar.xz linux-dev-d74ba04d919ebe30bf47406819c18c6b50003d92.zip |
file: Merge __fd_install into fd_install
The function __fd_install was added to support binder[1]. With binder
fixed[2] there are no more users.
As fd_install just calls __fd_install with "files=current->files",
merge them together by transforming the files parameter into a
local variable initialized to current->files.
[1] f869e8a7f753 ("expose a low-level variant of fd_install() for binder")
[2] 44d8047f1d87 ("binder: use standard functions to allocate fds")
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
v1:https://lkml.kernel.org/r/20200817220425.9389-14-ebiederm@xmission.com
Link: https://lkml.kernel.org/r/20201120231441.29911-18-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions