GIT: unionfs2-2.6.27.y: cleanup: ensure proper comment on every "#endif"
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:33 EDT 2010
commit 524a36b1aaa9afb958f2f8afae9131d72fa3fa2b
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Thu May 31 15:30:55 2007 -0400
cleanup: ensure proper comment on every "#endif"
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index 9d22c37..6e9a89f 100644
--- a/fs/unionfs/fanout.h
+++ b/fs/unionfs/fanout.h
@@ -261,4 +261,4 @@ static inline void verify_locked(struct dentry *d)
BUG_ON(!mutex_is_locked(&UNIONFS_D(d)->lock));
}
-#endif /* _FANOUT_H */
+#endif /* not _FANOUT_H */
diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h
index d5e8afa..4b15e5e 100644
--- a/fs/unionfs/sioq.h
+++ b/fs/unionfs/sioq.h
@@ -93,4 +93,4 @@ extern void __unionfs_unlink(struct work_struct *work);
extern void __delete_whiteouts(struct work_struct *work);
extern void __is_opaque_dir(struct work_struct *work);
-#endif /* _SIOQ_H */
+#endif /* not _SIOQ_H */
diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h
index f90d1c8..5bbdca4 100644
--- a/include/linux/fs_stack.h
+++ b/include/linux/fs_stack.h
@@ -40,4 +40,4 @@ static inline void fsstack_copy_attr_times(struct inode *dest,
dest->i_ctime = src->i_ctime;
}
-#endif /* _LINUX_FS_STACK_H */
+#endif /* not _LINUX_FS_STACK_H */
More information about the unionfs-cvs
mailing list