commit 718a3de5d2a3996bd5476f5dc3239b8d1af4b738
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 
d96b98322215668a6fc9cc2d9f7e86ff7f79f8f1..cb0aad43686b513883c4855651f8f3b22b20e52c
 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -75,9 +75,9 @@ extern struct dentry_operations unionfs_
 #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

Reply via email to