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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html