From d813b688732c3a0da947f91cbb19cb78a627209e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Oct 2011 15:06:49 +0200 Subject: 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". --- m4/acl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/acl.m4') diff --git a/m4/acl.m4 b/m4/acl.m4 index ecf0384a5c..d6a448aabd 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -33,7 +33,7 @@ AC_DEFUN([gl_FUNC_ACL], AC_CHECK_FUNCS( [acl_get_file acl_get_fd acl_set_file acl_set_fd \ acl_free acl_from_mode acl_from_text \ - acl_delete_def_file acl_extended_file acl_extended_file_nofollow \ + acl_delete_def_file acl_extended_file \ acl_delete_fd_np acl_delete_file_np \ acl_copy_ext_native acl_create_entry_np \ acl_to_short_text acl_free_text]) -- cgit v1.2.1