Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2022 02:45:17 +0000 (19:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2022 02:45:17 +0000 (19:45 -0700)
commitf721d24e5dae8358b49b24399d27ba5d12a7e049
tree090ee47954571f1e9c980c75699e24d5507c2749
parent27bc50fc90647bbf7b734c3fc306a5e61350da53
parent7d37539037c2fca70346fbedc219f655253d5cff
Merge tag 'pull-tmpfile' of git://git./linux/kernel/git/viro/vfs

Pull vfs tmpfile updates from Al Viro:
 "Miklos' ->tmpfile() signature change; pass an unopened struct file to
  it, let it open the damn thing. Allows to add tmpfile support to FUSE"

* tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fuse: implement ->tmpfile()
  vfs: open inside ->tmpfile()
  vfs: move open right after ->tmpfile()
  vfs: make vfs_tmpfile() static
  ovl: use vfs_tmpfile_open() helper
  cachefiles: use vfs_tmpfile_open() helper
  cachefiles: only pass inode to *mark_inode_inuse() helpers
  cachefiles: tmpfile error handling cleanup
  hugetlbfs: cleanup mknod and tmpfile
  vfs: add vfs_tmpfile_open() helper
14 files changed:
Documentation/filesystems/porting.rst
Documentation/filesystems/vfs.rst
fs/btrfs/inode.c
fs/dcache.c
fs/ext4/namei.c
fs/hugetlbfs/inode.c
fs/namei.c
fs/overlayfs/copy_up.c
fs/overlayfs/overlayfs.h
fs/overlayfs/super.c
fs/xfs/xfs_iops.c
include/linux/dcache.h
include/linux/fs.h
mm/shmem.c