Re: 2.6.0-test7-mm1

From: William Lee Irwin III
Date: Fri Oct 17 2003 - 04:08:30 EST


At some point in the past, akpm wrote:
>> Yup. The "invalidate_inodes-speedup-fixes" and "invalidate_inodes-speedup"
>> patches were not so great and need to be reverted.

On Fri, Oct 17, 2003 at 12:58:11PM +0400, Kirill Korotaev wrote:
> I found another bug in invalidate_inodes-speedup.patch
> introduced by WLI when doing forward porting:
> - list_del(&inode->i_list);
> + list_del(&inode->i_sb_list);
> first list_del should be kept!!!
> Patch fixing this issue and hugetlbfs is attached.

Aha! Thanks for cleaning up after, I've had *ahem* distractions the
past few days and haven't really been able to do much more than punt.


-- wli
-
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/