Message ID | 20231130-vfs-files-fixes-v1-0-e73ca6f4ea83@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | file: minor fixes | expand |
On 11/30/23 5:49 AM, Christian Brauner wrote: > * reduce number of helpers > * rename close_fd_get_file() helprs to reflect the fact that they don't > take a refcount > * rename rcu_head struct back to callback_head now that we only use it > for task work and not rcu anymore Series looks good to me: Reviewed-by: Jens Axboe <axboe@kernel.dk>
On Thu, 30 Nov 2023 13:49:06 +0100, Christian Brauner wrote: > * reduce number of helpers > * rename close_fd_get_file() helprs to reflect the fact that they don't > take a refcount > * rename rcu_head struct back to callback_head now that we only use it > for task work and not rcu anymore > Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/5] file: s/close_fd_get_file()/file_close_fd()/g https://git.kernel.org/vfs/vfs/c/3c66314bc279 [2/5] file: remove pointless wrapper https://git.kernel.org/vfs/vfs/c/316e9855e905 [3/5] fs: replace f_rcuhead with f_tw https://git.kernel.org/vfs/vfs/c/a057c426045d [4/5] file: stop exposing receive_fd_user() https://git.kernel.org/vfs/vfs/c/64d002ef7cbf [5/5] file: remove __receive_fd() https://git.kernel.org/vfs/vfs/c/e333c8549ed7