Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Qinghuang Feng and committed by
Al Viro
5cec56de 0e55a7cc

-2
-2
fs/dcache.c
··· 1462 1462 * d_validate - verify dentry provided from insecure source 1463 1463 * @dentry: The dentry alleged to be valid child of @dparent 1464 1464 * @dparent: The parent dentry (known to be valid) 1465 - * @hash: Hash of the dentry 1466 - * @len: Length of the name 1467 1465 * 1468 1466 * An insecure source has sent us a dentry, here we verify it and dget() it. 1469 1467 * This is used by ncpfs in its readdir implementation.