]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'vfs.file'
authorChristian Brauner <brauner@kernel.org>
Thu, 21 Dec 2023 12:21:52 +0000 (13:21 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 21 Dec 2023 12:21:52 +0000 (13:21 +0100)
commit2137e1564267001b25143d21bc619189c1f74bc6
treee5d680049a77852f4cde8aa396c0faa72de4c854
parent1bfc466b13cf6652ba227c282c27a30ffede69a5
parent4e94ddfe2aab72139acb8d5372fac9e6c3f3e383
Merge branch 'vfs.file'

Bring in the changes to the file infrastructure for this cycle. Mostly
cleanups and some performance tweaks.

* file: remove __receive_fd()
* file: stop exposing receive_fd_user()
* fs: replace f_rcuhead with f_task_work
* file: remove pointless wrapper
* file: s/close_fd_get_file()/file_close_fd()/g
* Improve __fget_files_rcu() code generation (and thus __fget_light())
* file: massage cleanup of files that failed to open

Signed-off-by: Christian Brauner <brauner@kernel.org>
drivers/vdpa/vdpa_user/vduse_dev.c
fs/namei.c
fs/open.c
include/linux/fs.h