From 59ed2bb27492f74ab898ee1e26c69dfd78444640 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 29 Jul 2011 23:21:50 -0700 Subject: ext2: remove duplicate 'ext2_get_acl()' define When commit 4e34e719e457 ("fs: take the ACL checks to common code") changed the xyz_check_acl() functions into the more natural xyz_get_acl() interface, we grew two copies of the #define ext2_get_acl NULL define for the non-acl case. Remove the extra one. Reported-by: Marco Stornelli Cc: Christoph Hellwig Cc: Al Viro Signed-off-by: Linus Torvalds --- fs/ext2/acl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/ext2') diff --git a/fs/ext2/acl.h b/fs/ext2/acl.h index 5c0a6a4fb052..503bfb0ed79b 100644 --- a/fs/ext2/acl.h +++ b/fs/ext2/acl.h @@ -61,7 +61,6 @@ extern int ext2_init_acl (struct inode *, struct inode *); #else #include #define ext2_get_acl NULL -#define ext2_get_acl NULL #define ext2_set_acl NULL static inline int -- cgit v1.2.3