dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] fs/dcache.c: update comment of d_validate()

Parameters @hash and @len have been removed since 2.4.3,
now just to delete them.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
This commit is contained in:
Qinghuang Feng 2008-10-13 18:32:42 +08:00 committed by Al Viro
parent 0e55a7cca4
commit 5cec56deb6
1 changed files with 0 additions and 2 deletions

View File

@ -1462,8 +1462,6 @@ out:
* d_validate - verify dentry provided from insecure source
* @dentry: The dentry alleged to be valid child of @dparent
* @dparent: The parent dentry (known to be valid)
* @hash: Hash of the dentry
* @len: Length of the name
*
* An insecure source has sent us a dentry, here we verify it and dget() it.
* This is used by ncpfs in its readdir implementation.