]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcache.c
[PATCH] fs/dcache.c: update comment of d_validate()
[linux-2.6-omap-h63xx.git] / 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.