From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/1] hfsplus: fix longname handling Date: Tue, 25 Feb 2014 11:54:59 -0800 Message-ID: <20140225195459.GA14147@infradead.org> References: <1393270107.27792.9.camel@ultrabook> <20140224134832.d64b1e76e2d6d8fe5b25598d@linux-foundation.org> <530CDA6C.9010008@tuxera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Joe Perches , Vyacheslav Dubeyko , Christoph Hellwig , Al Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: sougata Return-path: Content-Disposition: inline In-Reply-To: <530CDA6C.9010008@tuxera.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Feb 25, 2014 at 08:01:16PM +0200, sougata wrote: > ====> snip <===== > #define hfs_btree_open hfsplus_btree_open > #define hfs_btree_close hfsplus_btree_close > #define hfs_btree_write hfsplus_btree_write > #define hfs_bmap_alloc hfsplus_bmap_alloc > #define hfs_bmap_free hfsplus_bmap_free > #define hfs_bnode_read hfsplus_bnode_read As far as I understand the history is that some code was at some point mostly identical between hfsplus and hfs and this made diffing easier, but Brad would have to answert that. I don't think there's much point today where hfs is basically stale legacy code and hfsplus gets all the development.