aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 5ec58267b5bb..b2e90998ad36 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1970,7 +1970,7 @@ out:
1970/** 1970/**
1971 * d_validate - verify dentry provided from insecure source (deprecated) 1971 * d_validate - verify dentry provided from insecure source (deprecated)
1972 * @dentry: The dentry alleged to be valid child of @dparent 1972 * @dentry: The dentry alleged to be valid child of @dparent
1973 * @dparent: The parent dentry (known to be valid) 1973 * @parent: The parent dentry (known to be valid)
1974 * 1974 *
1975 * An insecure source has sent us a dentry, here we verify it and dget() it. 1975 * An insecure source has sent us a dentry, here we verify it and dget() it.
1976 * This is used by ncpfs in its readdir implementation. 1976 * This is used by ncpfs in its readdir implementation.