On Thu, Jun 15, 2023 at 02:22:25PM +0300, Amir Goldstein wrote: > 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@xxxxxxxxx> The subject is a little weird as it suggest you rename two things, but except for that, this looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>