From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v2] hfsplus: avoid crash on failed block map free Date: Tue, 18 Dec 2012 22:29:36 -0800 Message-ID: <20121218222936.1db1fa8e.akpm@linux-foundation.org> References: <1352799065.2443.3.camel@slavad-ubuntu> <20121113143444.f8d4bbc3.akpm@linux-foundation.org> <1352897453.2149.14.camel@slavad-ubuntu> <20121218144755.475462ee.akpm@linux-foundation.org> <1355898397.2528.12.camel@slavad-ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alan Cox , linux-fsdevel@vger.kernel.org, Christoph Hellwig To: Vyacheslav Dubeyko Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:37733 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922Ab2LSG3u (ORCPT ); Wed, 19 Dec 2012 01:29:50 -0500 In-Reply-To: <1355898397.2528.12.camel@slavad-ubuntu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 19 Dec 2012 10:26:37 +0400 Vyacheslav Dubeyko wrote: > > > So, as you can see the discussion revives again. :-) And I need to > > > familiarize with implementation of xattrs in JFS before to answer again. > > > I had objection that we need to remember about using HFS+ volumes as > > > under Linux as under Mac OS X. Maybe, JFS implementation of xattrs to > > > change my vision. > > > > I'm still unclear where we stand with these patches. Which if any of > > these should I merge? > > > > As I can see these patches contain implementation of xattr support (v3) > and reworked error processing in some parts of hfsplus driver. The > version 3 of xattr support was implemented after remarks of Christoph > Hellwig about necessity to have "osx." prefix. So, after this e-mail we > had achieved understanding about proper implementation and it was done. > > Maybe I misunderstand something but I thought that these patches were > merged in linux-next yet. Or do you talking about merging in mainline? > > Currently, I am working on ACLs support in hfsplus driver. But, from my > point of view, these patches are important and without ACLs support. Yes, they've all been in linux-next for a while. To be more specific: is Christoph OK with a mainline merge?