fs: Fix description of vfs_tmpfile()
authorRoberto Sassu <roberto.sassu@huawei.com>
Mon, 6 Mar 2023 10:35:31 +0000 (11:35 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Mar 2023 00:03:48 +0000 (20:03 -0400)
commit73bb5a9017b93093854c18eb7ca99c7061b16367
tree8f6a21d1ef9c8fa74087d89578f73f28d740fd8e
parentede3ef5c1e0766b309a1bf087e4c50ea02d3f26f
fs: Fix description of vfs_tmpfile()

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@huawei.com>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c