diff options
author | Congjie Zhou <zcjie0802@qq.com> | 2024-07-18 19:25:45 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-07-24 11:53:12 +0300 |
commit | b40c8e7a033ff2cafd33adbe50e2a516f88fa223 (patch) | |
tree | b0b21d6efe66e128a27f99152dcf673f87a85d49 /usr | |
parent | 5bc9ad78c2f836bd2fe9b5c911f8499364ee5b6e (diff) | |
download | linux-b40c8e7a033ff2cafd33adbe50e2a516f88fa223.tar.xz |
vfs: correct the comments of vfs_*() helpers
correct the comments of vfs_*() helpers in fs/namei.c, including:
1. vfs_create()
2. vfs_mknod()
3. vfs_mkdir()
4. vfs_rmdir()
5. vfs_symlink()
All of them come from the same commit:
6521f8917082 "namei: prepare for idmapped mounts"
The @dentry is actually the dentry of child directory rather than
base directory(parent directory), and thus the @dir has to be
modified due to the change of @dentry.
Signed-off-by: Congjie Zhou <zcjie0802@qq.com>
Link: https://lore.kernel.org/r/tencent_2FCF6CC9E10DC8A27AE58A5A0FE4FCE96D0A@qq.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions