From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: Re: [PATCH 11/18] fs: Introduce per-bucket inode hash locks Date: Sat, 9 Oct 2010 01:17:28 +1100 Message-ID: <20101008141728.GH4681@dastard> References: <1286515292-15882-1-git-send-email-david@fromorbit.com> <1286515292-15882-12-git-send-email-david@fromorbit.com> <20101008134315.GA14807@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from bld-mail13.adl6.internode.on.net ([150.101.137.98]:33563 "EHLO mail.internode.on.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752942Ab0JHORc (ORCPT ); Fri, 8 Oct 2010 10:17:32 -0400 Content-Disposition: inline In-Reply-To: <20101008134315.GA14807@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 08, 2010 at 09:43:15AM -0400, Christoph Hellwig wrote: > > diff --git a/include/linux/fs.h b/include/linux/fs.h > > index 1162c10..34f983f 100644 > > --- a/include/linux/fs.h > > +++ b/include/linux/fs.h > > @@ -383,6 +383,7 @@ struct inodes_stat_t { > > #include > > #include > > #include > > +#include > > rculist_bl.h doesn't actually exist anymore in your tree, so this needs > to be list_bl.h to actually compile. /me is confused. rculist_bl.h doesn't exist in my tree, that include does, yet everything compiles. Fixed. Cheers, Dave. -- Dave Chinner david@fromorbit.com