From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v2] hfsplus: avoid crash on failed block map free Date: Thu, 15 Nov 2012 10:17:43 +0100 Message-ID: <20121115091743.GA23286@lst.de> References: <1352799065.2443.3.camel@slavad-ubuntu> <20121113143444.f8d4bbc3.akpm@linux-foundation.org> <20121114112448.GA27431@lst.de> <1352963259.2076.18.camel@slavad-ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Andrew Morton , Alan Cox , linux-fsdevel@vger.kernel.org To: Vyacheslav Dubeyko Return-path: Received: from verein.lst.de ([213.95.11.211]:45737 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422860Ab2KOJRo (ORCPT ); Thu, 15 Nov 2012 04:17:44 -0500 Content-Disposition: inline In-Reply-To: <1352963259.2076.18.camel@slavad-ubuntu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Nov 15, 2012 at 11:07:39AM +0400, Vyacheslav Dubeyko wrote: > So, likewise JFS model every pure Mac OS X xattr (for example, > com.apple.FinderInfo) will be prefixed with "mac-os-x." during > list_xattr stage. Then this prefix will be excluded for search in > Catalog b-tree during get_xattr and set_xattr calls. And I try to rework > the code for using general dispatching code also. > > Do you have any objections? :-) How about just osx as a short prefix? That'll mirror os2. and looks less awkward. Otherwise the plan looks good.