]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - fs/bcachefs/buckets.c
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 20:11:44 +0000 (13:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 20:11:44 +0000 (13:11 -0700)
commitb6394d6f715919c053c1450ef0d7c5e517b53764
tree4aa911757dd8ef6949fcb79daaaae3aa87d709e6
parent3413efa8885d7a714c54c6752eaf49fd17d351c9
parent7c98f7cb8fda964fbc60b9307ad35e94735fa35f
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc vfs updates from Al Viro:
 "Assorted commits that had missed the last merge window..."

* tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  remove call_{read,write}_iter() functions
  do_dentry_open(): kill inode argument
  kernel_file_open(): get rid of inode argument
  get_file_rcu(): no need to check for NULL separately
  fd_is_open(): move to fs/file.c
  close_on_exec(): pass files_struct instead of fdtable
fs/aio.c
fs/proc/fd.c
fs/read_write.c
include/linux/fs.h
io_uring/rw.c