Commit b40c8e7
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:
6521f89 "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>1 parent 5bc9ad7 commit b40c8e7
1 file changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3248 | 3248 | | |
3249 | 3249 | | |
3250 | 3250 | | |
3251 | | - | |
3252 | | - | |
3253 | | - | |
| 3251 | + | |
| 3252 | + | |
| 3253 | + | |
3254 | 3254 | | |
3255 | 3255 | | |
3256 | 3256 | | |
| |||
4047 | 4047 | | |
4048 | 4048 | | |
4049 | 4049 | | |
4050 | | - | |
4051 | | - | |
4052 | | - | |
| 4050 | + | |
| 4051 | + | |
| 4052 | + | |
4053 | 4053 | | |
4054 | 4054 | | |
4055 | 4055 | | |
| |||
4174 | 4174 | | |
4175 | 4175 | | |
4176 | 4176 | | |
4177 | | - | |
4178 | | - | |
4179 | | - | |
| 4177 | + | |
| 4178 | + | |
| 4179 | + | |
4180 | 4180 | | |
4181 | 4181 | | |
4182 | 4182 | | |
| |||
4256 | 4256 | | |
4257 | 4257 | | |
4258 | 4258 | | |
4259 | | - | |
4260 | | - | |
| 4259 | + | |
| 4260 | + | |
4261 | 4261 | | |
4262 | 4262 | | |
4263 | 4263 | | |
| |||
4537 | 4537 | | |
4538 | 4538 | | |
4539 | 4539 | | |
4540 | | - | |
4541 | | - | |
| 4540 | + | |
| 4541 | + | |
4542 | 4542 | | |
4543 | 4543 | | |
4544 | 4544 | | |
| |||
0 commit comments