From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:35181 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727282AbeGNTtQ (ORCPT ); Sat, 14 Jul 2018 15:49:16 -0400 Received: by mail-pf0-f193.google.com with SMTP id q7-v6so23259016pff.2 for ; Sat, 14 Jul 2018 12:29:12 -0700 (PDT) Message-ID: <1531596550.5345.4.camel@dubeyko.com> Subject: Re: [PATCH] hfsplus: drop ACL support From: Viacheslav Dubeyko To: "Ernesto A." =?ISO-8859-1?Q?Fern=E1ndez?= , linux-fsdevel@vger.kernel.org Cc: Andrew Morton , Christoph Hellwig , Jan Kara Date: Sat, 14 Jul 2018 12:29:10 -0700 In-Reply-To: <20180714190608.wtnmmtjqeyladkut@eaf> References: <20180714190608.wtnmmtjqeyladkut@eaf> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, 2018-07-14 at 16:06 -0300, Ernesto A. Fernández wrote: > The HFS+ Access Control Lists have not worked at all for the past > five > years, and nobody seems to have noticed. Besides, POSIX draft ACLs > are > not compatible with MacOS. Drop the feature entirely. > By the way, we have richacl in the kernel now. You can implement richacl support in HFS+. It will be the more natural way to support NFS-like ACLs. Thanks, Vyacheslav Dubeyko.