From: Qinghuang Feng Date: Mon, 13 Oct 2008 10:32:42 +0000 (+0800) Subject: [PATCH] fs/dcache.c: update comment of d_validate() X-Git-Tag: v2.6.28-rc1~24^2~5 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cec56deb6d41b5b570306b17cd0b1590ebd0897;p=linux-2.6-omap-h63xx.git [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 --- 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.