From: Linus Torvalds Date: Sat, 30 Jul 2011 06:21:50 +0000 (-0700) Subject: ext2: remove duplicate 'ext2_get_acl()' define X-Git-Tag: v3.1-rc1~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ed2bb27492f74ab898ee1e26c69dfd78444640;p=pandora-kernel.git 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 --- Reading git-diff-tree failed