linux-stable/fs/overlayfs
Amir Goldstein d56e0ddb8f
fs: rename {vfs,kernel}_tmpfile_open()
Overlayfs and cachefiles use vfs_open_tmpfile() to open a tmpfile
without accounting for nr_files.

Rename this helper to kernel_tmpfile_open() to better reflect this
helper is used for kernel internal users.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Message-Id: <20230615112229.2143178-2-amir73il@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2023-06-19 18:09:09 +02:00
..
copy_up.c ovl: check for ->listxattr() support 2023-03-06 09:57:13 +01:00
dir.c fs: port inode_init_owner() to mnt_idmap 2023-01-19 09:24:28 +01:00
export.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
file.c fs: port inode_owner_or_capable() to mnt_idmap 2023-01-19 09:24:29 +01:00
inode.c fs: port vfs{g,u}id helpers to mnt_idmap 2023-01-19 09:24:30 +01:00
Kconfig ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" 2022-12-08 10:49:46 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
overlayfs.h fs: rename {vfs,kernel}_tmpfile_open() 2023-06-19 18:09:09 +02:00
ovl_entry.h fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
readdir.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
super.c fs: drop unused posix acl handlers 2023-03-06 09:57:12 +01:00
util.c fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap 2023-01-19 09:24:29 +01:00