]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] fs/dcache.c: update comment of d_validate()
authorQinghuang Feng <qhfeng.kernel@gmail.com>
Mon, 13 Oct 2008 10:32:42 +0000 (18:32 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 23 Oct 2008 09:13:24 +0000 (05:13 -0400)
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>
fs/dcache.c

index 900de90d21be56ff6ac0a16dd6d30b6b3bfcd977..12eac838558a917c49e183057e9ed3f76aedd864 100644 (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.