dect
/
linux-2.6
Archived
13
0
Fork 0

ext2: remove duplicate 'ext2_get_acl()' define

When commit 4e34e719e4 ("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 <marco.stornelli@gmail.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-07-29 23:21:50 -07:00
parent 55f9c40ff6
commit 59ed2bb274
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ extern int ext2_init_acl (struct inode *, struct inode *);
#else
#include <linux/sched.h>
#define ext2_get_acl NULL
#define ext2_get_acl NULL
#define ext2_set_acl NULL
static inline int