[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Solaris ACL handling
From: |
Jim Meyering |
Subject: |
Re: [PATCH] Solaris ACL handling |
Date: |
Wed, 03 Mar 2010 07:45:19 +0100 |
Eric Blake wrote:
> According to Ben Walton on 2/12/2010 6:32 AM:
>
> Hi Ben,
>> I'm building coreutils for OpenCSW (http://opencsw.org) and was seeing
>> the test suite fail several tests with 'Operation not supported on
>> tranport endpoint' messages. After digging around a bit, I found that
>> errno was EOPNOTSUPP in several ACL handling routines and that wasn't
>> covered.
>
> Sorry for the delayed review, but this looks correct.
>
>> Gracefully handle EOPNOTSUPP in qcopy_acl and qset_acl. These
>> functions, as used in coreutils, were causing the test suite to fail
>> on Solaris 8 i386 with ZFS-backed NFSv3 mounts.
>
> I've applied your patch, after adding a ChangeLog entry.
Thanks for handling that.