From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Daney Subject: Re: [PATCH 1/9] Add yaffs Kconfig and Makefile Date: Wed, 03 Nov 2010 10:55:52 -0700 Message-ID: <4CD1A228.5060107@caviumnetworks.com> References: <1288803204-3849-1-git-send-email-cdhmanning@gmail.com> <1288803204-3849-2-git-send-email-cdhmanning@gmail.com> <20101103174607.GA6777@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cdhmanning@gmail.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Greg KH Return-path: In-Reply-To: <20101103174607.GA6777@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 11/03/2010 10:46 AM, Greg KH wrote: > On Thu, Nov 04, 2010 at 05:53:16AM +1300, cdhmanning@gmail.com wrote: >> From: Charles Manning >> >> Adding yaffs2 file system. >> >> Signed-off-by: Charles Manning >> --- >> fs/yaffs2/Kconfig | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++ >> fs/yaffs2/Makefile | 17 +++++ > > Don't do this as your first patch, make it your last one. Otherwise the > build will break when you apply this one to the tree. > In Charles's defense, the changed to fs/Kconfig and fs/Makefile are not made until the last patch, so buildability should be preserved as-is. Thanks, David Daney