Re: [PATCH 6/8] fs: move i_wb_list out from under inode_lock

From: Al Viro
Date: Fri Oct 29 2010 - 05:49:01 EST


On Fri, Oct 29, 2010 at 05:43:58AM -0400, Christoph Hellwig wrote:
> > -extern int evict_inodes(struct super_block *);
> > +extern void evict_inodes(struct super_block *);
>
> err, evict_inodes doesn't change in this patch.

Erm... That's my fuckup - it _is_ void(struct super_block *) and the
only reason why it doesn't blow up is that inode.c doesn't include
internal.h.

IOW, Dave is right and I'll fix that in a minute.
--
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/