]> git.baikalelectronics.ru Git - kernel.git/commit
ext2: remove duplicate 'ext2_get_acl()' define
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jul 2011 06:21:50 +0000 (23:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Jul 2011 06:21:50 +0000 (23:21 -0700)
commit62c76de30758442d0c8b9fd55da330e4d36f9caf
tree193cd839d4c9ed523e1d8dbb6e3709ef9f38df11
parentbf294a8811f685df523dad04e7d6e62f3498faf3
ext2: remove duplicate 'ext2_get_acl()' define

When commit 608bd4c7379b ("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>
fs/ext2/acl.h