commit dfbc66ccd53f0d30d3430bb16b0745bbab413b1b
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Thu May 31 15:11:07 2007 -0400
cleanup: ensure that all #endif/#else have an appropriate comment
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index d96b983..cb0aad4 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -75,9 +75,9 @@ extern struct dentry_operations unionfs_dops;
#if defined(CONFIG_EXPORTFS) || defined(CONFIG_EXPORTFS_MODULE)
extern struct export_operations unionfs_export_ops;
#define init_export_op(sb) ({(sb)->s_export_op = &unionfs_export_ops;})
-#else
+#else /* not (CONFIG_EXPORTFS || CONFIG_EXPORTFS_MODULE) */
#define init_export_op(sb) /* */
-#endif
+#endif /* not (CONFIG_EXPORTFS || CONFIG_EXPORTFS_MODULE) */
/* file private data. */
struct unionfs_file_info {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs