From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v2 2/3] hfsplus: add implementation of the ACLs support Date: Fri, 1 Mar 2013 15:47:10 -0800 Message-ID: <20130301154710.5bf0f68f.akpm@linux-foundation.org> References: <1361280047.2037.19.camel@slavad-ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, Christoph Hellwig , Al Viro , Hin-Tak Leung To: Vyacheslav Dubeyko Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53219 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751436Ab3CAXrL (ORCPT ); Fri, 1 Mar 2013 18:47:11 -0500 In-Reply-To: <1361280047.2037.19.camel@slavad-ubuntu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 19 Feb 2013 17:20:47 +0400 Vyacheslav Dubeyko wrote: > This patch adds implementation of the ACLs support for hfsplus driver. It adds a few compilation warnings (use %zd for size_t) and also adds a bunch of compilation errors which get fixed up in the next patch. This causes problems for people who are doing bisection searches. I'll drop the patches. Please fix all this up?