file-has-acl: revert both recent changes, 80af92af and 95f7c57f
authorJim Meyering <meyering@redhat.com>
Wed, 5 Oct 2011 13:06:49 +0000 (15:06 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Oct 2011 13:06:49 +0000 (15:06 +0200)
commitd813b688732c3a0da947f91cbb19cb78a627209e
tree267bed7833a4182a8943cd1507b7345f3e06a7b5
parent80af92afd10f9ed1c3621432145baf4a32ab5cea
file-has-acl: revert both recent changes, 80af92af and 95f7c57f

* lib/file-has-acl.c: While the 2011-10-03 change does fix the
ls -lL regression introduced in coreutils-8.12, it does so at the
cost of an additional stat call in the common case.  Besides, now
that the kernel change that prompted commit 95f7c57f has been reverted
(see https://bugzilla.redhat.com/show_bug.cgi?id=720325#c24)
we have no use for commit 95f7c57f, "file-has-acl: use
acl_extended_file_nofollow if available".
ChangeLog
lib/acl-internal.h
lib/file-has-acl.c
m4/acl.m4