Commit 55852635a8e2803cbc22d0e143d727813f0fcdb5
Committed by
Al Viro
1 parent
98022748f6
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
fs: fix fs/namei.c kernel-doc warnings
Fix kernel-doc warnings in fs/namei.c: Warning(fs/namei.c:360): No description found for parameter 'inode' Warning(fs/namei.c:672): No description found for parameter 'nd' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
fs/namei.c
... | ... | @@ -352,6 +352,7 @@ |
352 | 352 | /** |
353 | 353 | * sb_permission - Check superblock-level permissions |
354 | 354 | * @sb: Superblock of inode to check permission on |
355 | + * @inode: Inode to check permission on | |
355 | 356 | * @mask: Right to check for (%MAY_READ, %MAY_WRITE, %MAY_EXEC) |
356 | 357 | * |
357 | 358 | * Separate out file-system wide checks from inode-specific permission checks. |
... | ... | @@ -656,6 +657,7 @@ |
656 | 657 | /** |
657 | 658 | * may_follow_link - Check symlink following for unsafe situations |
658 | 659 | * @link: The path of the symlink |
660 | + * @nd: nameidata pathwalk data | |
659 | 661 | * |
660 | 662 | * In the case of the sysctl_protected_symlinks sysctl being enabled, |
661 | 663 | * CAP_DAC_OVERRIDE needs to be specifically ignored if the symlink is |