Linus Torvalds 59ed2bb274 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 <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>
2011-07-29 23:21:50 -07:00
..
2011-07-25 14:30:23 -04:00
2011-03-31 11:26:23 -03:00
2011-07-25 14:30:23 -04:00
2009-06-11 21:36:12 -04:00
2011-07-25 14:30:23 -04:00
2010-05-21 18:31:18 -04:00
2010-05-21 18:31:18 -04:00
2009-12-10 15:02:52 +01:00