code consistency: ensure that every #endif has a matching comment
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 30 May 2007 02:09:59 +0000 (22:09 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:31:43 +0000 (21:31 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/copyup.c
fs/unionfs/inode.c
fs/unionfs/union.h

index ab9f67ada70a5844b0f068e2e99987258df47b8c..3b2a2ea48bc1f41562a7b224c48dcc31db3660ec 100644 (file)
@@ -433,7 +433,7 @@ int copyup_dentry(struct inode *dir, struct dentry *dentry, int bstart,
        /* Selinux uses extended attributes for permissions. */
        if ((err = copyup_xattrs(old_hidden_dentry, new_hidden_dentry)))
                goto out_unlink;
-#endif
+#endif /* CONFIG_UNION_FS_XATTR */
 
        /* do not allow files getting deleted to be re-interposed */
        if (!d_deleted(dentry))
index 85730cc05a4630df4c8ea854b773cb1248e5f99f..a7ca35e88e4230c69fc917ca62471b944ed7b513 100644 (file)
@@ -1147,7 +1147,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 = {
@@ -1158,5 +1158,5 @@ struct inode_operations unionfs_main_iops = {
        .getxattr       = unionfs_getxattr,
        .removexattr    = unionfs_removexattr,
        .listxattr      = unionfs_listxattr,
-#endif
+#endif /* CONFIG_UNION_FS_XATTR */
 };
index 36a6faa458897b22a5d75910924aec75fb29ddae..d2aadb8c4d0112eeac528c20b4e5eaf33feab238 100644 (file)
@@ -426,7 +426,7 @@ static inline int is_valid_dentry(struct dentry *dentry)
 
 #ifndef DEFAULT_POLLMASK
 #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)
-#endif
+#endif /* not DEFAULT_POLLMASK */
 
 /*
  * EXTERNALS: