diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-10-13 18:32:42 +0800 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-10-23 05:13:24 -0400 |
commit | 5cec56deb6d41b5b570306b17cd0b1590ebd0897 (patch) | |
tree | b5485bd962bdf354d566e8a5e4257e726b542f8b /fs/dcache.c | |
parent | 0e55a7cca4b66f625d67b292f80b6a976e77c51b (diff) |
[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>
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 900de90d21b..12eac838558 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -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. |