Jelajahi Sumber

[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>
Qinghuang Feng 16 tahun lalu
induk
melakukan
5cec56deb6
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      fs/dcache.c

+ 0 - 2
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.