* [PATCH] fs/dcache.c: update comment of d_validate()
@ 2008-10-13 10:32 Qinghuang Feng
0 siblings, 0 replies; only message in thread
From: Qinghuang Feng @ 2008-10-13 10:32 UTC (permalink / raw)
To: viro; +Cc: linux-fsdevel, linux-kernel
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>
---
diff --git a/fs/dcache.c b/fs/dcache.c
index e7a1a99..af65426 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1456,8 +1456,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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-13 10:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 10:32 [PATCH] fs/dcache.c: update comment of d_validate() Qinghuang Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).