From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751236AbcFATpD (ORCPT ); Wed, 1 Jun 2016 15:45:03 -0400 Received: from lists.s-osg.org ([54.187.51.154]:33634 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744AbcFATpA (ORCPT ); Wed, 1 Jun 2016 15:45:00 -0400 Message-ID: <574F3B37.5000103@osg.samsung.com> Date: Wed, 01 Jun 2016 20:44:55 +0100 From: Luis de Bethencourt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Andrew Morton CC: Al Viro , linux-kernel@vger.kernel.org Subject: Re: [PATCH] befs: remove unused endian functions References: <1464701277-29962-1-git-send-email-luisbg@osg.samsung.com> <20160531205455.GE14480@ZenIV.linux.org.uk> <574DFB17.5080904@osg.samsung.com> <20160601122030.73fa60cb35a8bb4a306835bb@linux-foundation.org> <574F37F8.400@osg.samsung.com> <20160601123849.baf7149a7c391d9195e06f93@linux-foundation.org> In-Reply-To: <20160601123849.baf7149a7c391d9195e06f93@linux-foundation.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/06/16 20:38, Andrew Morton wrote: > On Wed, 01 Jun 2016 20:31:04 +0100 Luis de Bethencourt wrote: > >> Do you have any suggestions of more modest projects within other file systems? >> Something that would be a better time investment. > > Nope, sorry :(. Reading the linux-fsdevel archives might be > worthwhile - look for unaddressed bug reports. Also > bugzilla.kernel.org and the various distro bugzilla archives may dredge > out issues that remain unaddressed. > I will do that, I had subscribed to that mailing list but it isn't very active. Reading the archives is a good idea. Thanks Andrew, appreciate your time. Will finish reading the befs code, because it is fun :) Maybe I will do some cleanup, to help the unmaintained file system. But you are right that adding write support is too much. Luis