Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-microblaze.git] / fs / namei.c
index edfedfb..f04f7be 100644 (file)
@@ -3574,9 +3574,9 @@ static int do_open(struct nameidata *nd,
 /**
  * vfs_tmpfile - create tmpfile
  * @idmap:     idmap of the mount the inode was found from
- * @dentry:    pointer to dentry of the base directory
+ * @parentpath:        pointer to the path of the base directory
+ * @file:      file descriptor of the new tmpfile
  * @mode:      mode of the new tmpfile
- * @open_flag: flags
  *
  * Create a temporary file.
  *