From: Erez Zadok <ezk@xxxxxxxxxxxxx> Add comments to #endif's to help clarify code. Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx> Signed-off-by: Josef 'Jeff' Sipek <jsipek@xxxxxxxxxxxxx> --- fs/unionfs/copyup.c | 2 +- fs/unionfs/inode.c | 4 ++-- fs/unionfs/sioq.h | 2 +- fs/unionfs/union.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/unionfs/copyup.c b/fs/unionfs/copyup.c index cc7a816..410ce07 100644 --- a/fs/unionfs/copyup.c +++ b/fs/unionfs/copyup.c @@ -433,7 +433,7 @@ static int copyup_named_dentry(struct inode *dir, struct dentry *dentry, /* Selinux uses extended attributes for permissions. */ if ((err = copyup_xattrs(old_lower_dentry, new_lower_dentry))) goto out_unlink; -#endif +#endif /* CONFIG_UNION_FS_XATTR */ /* do not allow files getting deleted to be re-interposed */ if (!d_deleted(dentry)) diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c index cbbde6f..9261bed 100644 --- a/fs/unionfs/inode.c +++ b/fs/unionfs/inode.c @@ -1122,7 +1122,7 @@ struct inode_operations unionfs_dir_iops = { .getxattr = unionfs_getxattr, .removexattr = unionfs_removexattr, .listxattr = unionfs_listxattr, -#endif +#endif /* CONFIG_UNION_FS_XATTR */ }; struct inode_operations unionfs_main_iops = { @@ -1133,5 +1133,5 @@ struct inode_operations unionfs_main_iops = { .getxattr = unionfs_getxattr, .removexattr = unionfs_removexattr, .listxattr = unionfs_listxattr, -#endif +#endif /* CONFIG_UNION_FS_XATTR */ }; diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h index bedd7af..afb71ee 100644 --- a/fs/unionfs/sioq.h +++ b/fs/unionfs/sioq.h @@ -89,4 +89,4 @@ extern void __unionfs_unlink(struct work_struct *work); extern void __delete_whiteouts(struct work_struct *work); extern void __is_opaque_dir(struct work_struct *work); -#endif /* _SIOQ_H */ +#endif /* not _SIOQ_H */ diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h index 2a8f763..b7e5a93 100644 --- a/fs/unionfs/union.h +++ b/fs/unionfs/union.h @@ -419,7 +419,7 @@ static inline int is_robranch(const struct dentry *dentry) #ifndef DEFAULT_POLLMASK #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM) -#endif +#endif /* not DEFAULT_POLLMASK */ /* * EXTERNALS: -- 1.5.2.2.238.g7cbf2f2 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html