projects
/
unionfs-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59707f
)
cleanup: ensure that all #endif/#else have an appropriate comment
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Thu, 31 May 2007 19:11:07 +0000
(15:11 -0400)
committer
Rachita Kothiyal
<rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:02:48 +0000
(19:02 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h
patch
|
blob
|
history
diff --git
a/fs/unionfs/union.h
b/fs/unionfs/union.h
index d96b98322215668a6fc9cc2d9f7e86ff7f79f8f1..cb0aad43686b513883c4855651f8f3b22b20e52c 100644
(file)
--- 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 {