]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2192de55afeaad4f4145ef82d9f7ee33f031a14
tree090ee47954571f1e9c980c75699e24d5507c2749
parent74d1d3c76ea3f19cc68530df1ead3ef905429448
parent3e11b5e9656971cc2d31d4a5575f2399518dde36
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/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