commit a51ed4ff09da56994e81cf5ca4be90ccb20f1ea9
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Thu May 31 15:30:51 2007 -0400
cleanup: ensure proper comment on every "#endif"
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/config.h b/fs/unionfs/config.h
index b0429d2..ecd0e53 100644
--- a/fs/unionfs/config.h
+++ b/fs/unionfs/config.h
@@ -56,4 +56,5 @@ extern int unionfs_config_init(void);
extern struct unionfs_attributes *get_attributes(void);
-#endif
+#endif /* not _CONFIG_H__ */
+
diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index a70fadd..8dfc965 100644
--- a/fs/unionfs/fanout.h
+++ b/fs/unionfs/fanout.h
@@ -256,4 +256,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/odf.h b/fs/unionfs/odf.h
index 62e9859..21bb649 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -73,4 +73,4 @@ extern int odf_get_opaque(struct dentry *dentry);
extern void __odf_cleanup(void *args);
-#endif /* _ODF_H_ */
+#endif /* not _ODF_H_ */
diff --git a/fs/unionfs/odf_internals.h b/fs/unionfs/odf_internals.h
index e1f1a3f..4deb1c9 100644
--- a/fs/unionfs/odf_internals.h
+++ b/fs/unionfs/odf_internals.h
@@ -61,4 +61,5 @@ int odf_cleanup(struct odf_sb_info *odf, int mode, u64
b_to_free, u64 i_to_free)
extern void generate_random_uuid(unsigned char uuid_out[16]);
-#endif
+#endif /* not _ODF_INTERNALS_H_ */
+
diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h
index f618840..3132f6e 100644
--- a/fs/unionfs/sioq.h
+++ b/fs/unionfs/sioq.h
@@ -103,4 +103,4 @@ extern void __unionfs_mknod(struct work_struct *work);
extern void __unionfs_symlink(struct work_struct *work);
extern void __unionfs_unlink(struct work_struct *work);
-#endif /* _SIOQ_H */
+#endif /* not _SIOQ_H */
diff --git a/include/linux/union_fs.h b/include/linux/union_fs.h
index 223ccab..c70feda 100644
--- a/include/linux/union_fs.h
+++ b/include/linux/union_fs.h
@@ -25,5 +25,5 @@
/* should be at least LAST_USED_UNIONFS_PERMISSION<<1 */
#define MAY_NFSRO 16
-#endif /* _LINUX_UNIONFS_H */
+#endif /* not _LINUX_UNIONFS_H */
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs