From: Akinobu Mita <akinobu.mita@xxxxxxxxx> Add missing ext3_journal_stop() in error handling. Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> Cc: <linux-ext4@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ext3/resize.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/ext3/resize.c~ext3-add-missing-ext3_journal_stop fs/ext3/resize.c --- a/fs/ext3/resize.c~ext3-add-missing-ext3_journal_stop +++ a/fs/ext3/resize.c @@ -1049,6 +1049,7 @@ int ext3_group_extend(struct super_block ext3_warning(sb, __FUNCTION__, "multiple resizers run on filesystem!"); unlock_super(sb); + ext3_journal_stop(handle); err = -EBUSY; goto exit_put; } _ -- 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