Re: [COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-28 Thread Andreas Grünbacher
2015-04-28 13:48 GMT+02:00 Andreas Grünbacher : > Any progress with the qset_acl and qcopy_acl rewrite on non-Linux platforms? (I've just pushed minor fixes to my github repositories for that.) Thanks, Andreas

Re: [COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-28 Thread Andreas Grünbacher
2015-04-21 5:40 GMT+02:00 Pádraig Brady : > I dislike this change actually. > Or more accurately, the gnulib change that changed the file_has_acl() > interface, requiring this change. > > Previously in gnulib we mapped ENOTSUP to return 0 using: > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f

Re: [COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-27 Thread Andreas Grünbacher
2015-04-21 5:40 GMT+02:00 Pádraig Brady : > On 12/04/15 15:37, Andreas Gruenbacher wrote: >> * src/ls.c (file_has_acl_cache): When a file system doesn't support >> acls, fail with errno set to ENOTSUP. >> (gobble_file): Don't treat lack of acl support as an error. >> --- >> src/ls.c | 11 -

Re: [COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-20 Thread Pádraig Brady
On 12/04/15 15:37, Andreas Gruenbacher wrote: > * src/ls.c (file_has_acl_cache): When a file system doesn't support > acls, fail with errno set to ENOTSUP. > (gobble_file): Don't treat lack of acl support as an error. > --- > src/ls.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletion

[COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-12 Thread Andreas Gruenbacher
* src/ls.c (file_has_acl_cache): When a file system doesn't support acls, fail with errno set to ENOTSUP. (gobble_file): Don't treat lack of acl support as an error. --- src/ls.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/ls.c b/src/ls.c index b308dd3..884e