On Fri, 1 Jul 2011, Tao Ma wrote: > >> diff --git a/fs/ext4/super.c b/fs/ext4/super.c > >> index 9ea71aa..080e9f9 100644 > >> --- a/fs/ext4/super.c > >> +++ b/fs/ext4/super.c > >> @@ -3086,6 +3086,8 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) > >> sbi->s_sectors_written_start = > >> part_stat_read(sb->s_bdev->bd_part, sectors[1]); > >> > >> + atomic_set(&sbi->s_last_trim_minblks, 0); > >> + > > > > I am not sure that this is needed since sbi is allocated with kzalloc, > > so it should be zero already. > yes, maybe. I can remove it if you like. yes, please do. Thanks! > > Thanks > Tao -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html