projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed67d2
)
Unionfs: fix minor typo in revalidate_chain comment
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Tue, 17 Jul 2007 06:58:15 +0000
(
02:58
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Apr 2011 02:24:21 +0000
(22:24 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/dentry.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/dentry.c
b/fs/unionfs/dentry.c
index fb425ed1b2ac7920ab5a32c2e69ac2edf1af2d7b..11d898d342ef78d44ec7a98399364728aa9ff27e 100644
(file)
--- a/
fs/unionfs/dentry.c
+++ b/
fs/unionfs/dentry.c
@@
-331,8
+331,8
@@
int __unionfs_d_revalidate_chain(struct dentry *dentry, struct nameidata *nd,
}
/*
- * call __unionfs_d_revalidate
() on each dentry, but in parent to
- * child order.
+ * call __unionfs_d_revalidate
_one() on each dentry, but in parent
+ *
to
child order.
*/
for (i=0; i<chain_len; i++) {
unionfs_lock_dentry(chain[i]);