Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
From: Kees Cook <hidden>
Date: 2020-06-17 18:40:34
Also in:
linux-api, linux-fsdevel, linux-kselftest, lkml
From: Kees Cook <hidden>
Date: 2020-06-17 18:40:34
Also in:
linux-api, linux-fsdevel, linux-kselftest, lkml
On Wed, Jun 17, 2020 at 03:25:41PM +0000, David Laight wrote:
From: Kees Cookquoted
Sent: 16 June 2020 04:25quoted
In preparation for users of the "install a received file" logic outside of net/ (pidfd and seccomp), relocate and rename __scm_install_fd() from net/core/scm.c to __fd_install_received() in fs/file.c, and provide a wrapper named fd_install_received_user(), as future patches will change the interface to __fd_install_received().Any reason for the leading __ ??
Mainly because of the code pattern of only using the inline helpers to call it. -- Kees Cook