From: Erez_Zadok Date: Thu, 31 May 2007 19:11:07 +0000 (-0400) Subject: cleanup: ensure that all #endif/#else have an appropriate comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=dfbc66ccd53f0d30d3430bb16b0745bbab413b1b;p=unionfs-odf.git cleanup: ensure that all #endif/#else have an appropriate comment Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index d96b983222..cb0aad4368 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 {