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
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 listing files. The feature is enabled automatically whenev

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

2011-04-06 Thread Kamil Dudka
On Wednesday 06 April 2011 16:49:31 Kamil Dudka wrote: > Hello, > > the attached patch allows ls(1) from coreutils to eliminate unnecessary > calls of getxattr() and thus prevents it from triggerring unnecessary > mounts while listing files. The feature is enabled automatically whenever > acl_exte