Re: [PATCH] file-has-acl: use acl_extended_file_nofollow() if available

2011-07-25 Thread Kamil Dudka
On Fri July 22 2011 15:25:13 Jim Meyering wrote: > Kamil Dudka wrote: > > On Wednesday 06 April 2011 16:49:31 Kamil Dudka wrote: > >> the attached patch allows ls(1) from coreutils to eliminate unnecessary > >> calls of getxattr() and thus prevents it from triggerring unnecessary > >> mounts while

Re: [PATCH] file-has-acl: use acl_extended_file_nofollow() if available

2011-07-22 Thread Jim Meyering
. I also ensured that the new test does detect/use acl_extended_file_nofollow on Fedora 15 and that all of the existing tests still pass. It would be nice to add a test for this (strace-based -- not automount-based) >From 95f7c57ff4090a5dee062044d2c7b99879077808 Mon Sep 17 00:00:00 2001

Re: [PATCH] file-has-acl: use acl_extended_file_nofollow() if available

2011-04-06 Thread Kamil Dudka
d by Ondrej Vasik). > Kamil From 342c1cb354b368a9351aa3b9f1e2f55b2a2ee70b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 6 Apr 2011 17:41:10 +0200 Subject: [PATCH] file-has-acl: use acl_extended_file_nofollow() if available * lib/acl-internal.h (HAVE_ACL_EXTENDED_FILE): New macro. (acl_extended_file): New macro. * li

[PATCH] file-has-acl: use acl_extended_file_nofollow() if available

2011-04-06 Thread Kamil Dudka
following bug for more details: https://bugzilla.redhat.com/692823 Thanks in advance for considering the patch! Kamil From 11097f2d5f8dd86cef9f0dbd71c2655377561f5e Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 6 Apr 2011 16:39:44 +0200 Subject: [PATCH] file-has-acl: use