aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/dcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 900de90d21be..12eac838558a 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1462,8 +1462,6 @@ out:
1462 * d_validate - verify dentry provided from insecure source 1462 * d_validate - verify dentry provided from insecure source
1463 * @dentry: The dentry alleged to be valid child of @dparent 1463 * @dentry: The dentry alleged to be valid child of @dparent
1464 * @dparent: The parent dentry (known to be valid) 1464 * @dparent: The parent dentry (known to be valid)
1465 * @hash: Hash of the dentry
1466 * @len: Length of the name
1467 * 1465 *
1468 * An insecure source has sent us a dentry, here we verify it and dget() it. 1466 * An insecure source has sent us a dentry, here we verify it and dget() it.
1469 * This is used by ncpfs in its readdir implementation. 1467 * This is used by ncpfs in its readdir implementation.