[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230306103531.1298202-1-roberto.sassu@huaweicloud.com>
Date: Mon, 6 Mar 2023 11:35:31 +0100
From: Roberto Sassu <roberto.sassu@...weicloud.com>
To: viro@...iv.linux.org.uk, brauner@...nel.org
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Roberto Sassu <roberto.sassu@...wei.com>
Subject: [PATCH] fs: Fix description of vfs_tmpfile()
From: Roberto Sassu <roberto.sassu@...wei.com>
Update the description of vfs_tmpfile() to match the current parameters of
that function.
Fixes: 9751b338656f ("vfs: move open right after ->tmpfile()")
Signed-off-by: Roberto Sassu <roberto.sassu@...wei.com>
Acked-by: Christian Brauner <brauner@...nel.org>
---
fs/namei.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/namei.c b/fs/namei.c
index edfedfbccae..f04f7be5893 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -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.
*
--
2.25.1
Powered by blists - more mailing lists