Re: [PATCH 11/18] fs: Introduce per-bucket inode hash locks

From: Dave Chinner
Date: Fri Oct 08 2010 - 10:17:37 EST


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 <linux/capability.h>
> > #include <linux/semaphore.h>
> > #include <linux/fiemap.h>
> > +#include <linux/rculist_bl.h>
>
> 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.

<shrug>

Fixed.

Cheers,

Dave.
--
Dave Chinner
david@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/