Unionfs: improved comment above unionfs_follow_link
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 06:02:42 +0000 (02:02 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Tue, 21 Aug 2007 22:39:31 +0000 (18:39 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/inode.c

index c8fc14a30146cff85a3bab036ecea1fcd984d138..401c62ba7a5e7709751aaf3a581de59a6cf14f24 100644 (file)
@@ -908,9 +908,9 @@ out:
  * unionfs_readlink *does* lock our dentry and revalidate the dentry.
  * Therefore, we do not have to lock our dentry here, to prevent a deadlock;
  * nor do we need to revalidate it either.  It is safe to not lock our
- * dentry here because unionfs_follow_link does not do anything (prior to
- * calling ->readlink) which could become inconsistent due to branch
- * management.
+ * dentry here, nor revalidate it, because unionfs_follow_link does not do
+ * anything (prior to calling ->readlink) which could become inconsistent
+ * due to branch management.
  */
 static void *unionfs_follow_link(struct dentry *dentry, struct nameidata *nd)
 {