On Wed, Jul 03, 2013 at 12:07:25PM +0200, Lukáš Czerner wrote: > On Tue, 2 Jul 2013, Jan Kara wrote: > > > Date: Tue, 2 Jul 2013 20:14:29 +0200 > > From: Jan Kara <jack@xxxxxxx> > > To: Ted Tso <tytso@xxxxxxx> > > Cc: linux-ext4@xxxxxxxxxxxxxxx, Jan Kara <jack@xxxxxxx> > > Subject: [PATCH] ext4: Silence warning in ext4_writepages() > > > > The loop in mpage_map_and_submit_extent() is guaranteed to always run at > > least once since the caller of mpage_map_and_submit_extent() makes sure > > map->m_len > 0. So make that explicit using do-while instead of pure > > while which also silences the compiler warning about uninitialized 'err' > > variable. > > Looks good. > > Reviewed-by: Lukas Czerner <lczerner@xxxxxxxxxx> Applied, thanks. - Ted -- 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