Hello, Thank you for reviewing. Jan Kara wrote: >>@@ -347,6 +361,8 @@ restart: >> break; >> } >> retry = __process_buffer(journal, jh, bhs,&batch_count); >>+ if (retry < 0) >>+ result = retry; > > Here you update result whenever retry is < 0 and below when result == 0. > I think it's better to have these two consistent (not that it would be > currently any functional difference). I fixed it. > Only please add a comment in front of > log_do_checkpoint() that it's supposed to be called with j_checkpoint_mutex > held so that EIO propagation works correctly. I added a comment. I'll send the revised patch soon. Thanks, -- Hidehiro Kawai Hitachi, Systems Development Laboratory Linux Technology Center -- 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