From 53510975ab7ffacf6a421697b816321b5a5156dd Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 22 Jan 2011 20:16:06 -0800 Subject: [PATCH] --- yaml --- r: 232261 b: refs/heads/master c: ff5fdb61493d95332945630fcae249f896098652 h: refs/heads/master i: 232259: 467eb6b881ce64704871e4a86ac54eb687529eef v: v3 --- [refs] | 2 +- trunk/fs/dcache.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b2855452f5e5..9c6629688924 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b310acc335cb0da7d743e2b60f999587beb6496 +refs/heads/master: ff5fdb61493d95332945630fcae249f896098652 diff --git a/trunk/fs/dcache.c b/trunk/fs/dcache.c index 9f493ee4dcba..2a6bd9a4ae97 100644 --- a/trunk/fs/dcache.c +++ b/trunk/fs/dcache.c @@ -176,6 +176,7 @@ static void d_free(struct dentry *dentry) /** * dentry_rcuwalk_barrier - invalidate in-progress rcu-walk lookups + * @dentry: the target dentry * After this call, in-progress rcu-walk path lookup will fail. This * should be called after unhashing, and after changing d_inode (if * the dentry has not already been unhashed). @@ -281,6 +282,7 @@ static void dentry_lru_move_tail(struct dentry *dentry) /** * d_kill - kill dentry and return parent * @dentry: dentry to kill + * @parent: parent dentry * * The dentry must already be unhashed and removed from the LRU. * @@ -1973,7 +1975,7 @@ struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) /** * d_validate - verify dentry provided from insecure source (deprecated) * @dentry: The dentry alleged to be valid child of @dparent - * @parent: The parent dentry (known to be valid) + * @dparent: The parent dentry (known to be valid) * * An insecure source has sent us a dentry, here we verify it and dget() it. * This is used by ncpfs in its readdir implementation.