The patch titled Subject: ocfs2-improve-recovery-performance-v2 has been added to the -mm tree. Its filename is ocfs2-improve-recovery-performance-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-improve-recovery-performance-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-improve-recovery-performance-v2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Subject: ocfs2-improve-recovery-performance-v2 Link: http://lkml.kernel.org/r/1467858288-4159-1-git-send-email-junxiao.bi@xxxxxxxxxx Signed-off-by: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Joseph Qi <joseph.qi@xxxxxxxxxx> Cc: "Gang He" <ghe@xxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/journal.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/ocfs2/journal.c~ocfs2-improve-recovery-performance-v2 fs/ocfs2/journal.c --- a/fs/ocfs2/journal.c~ocfs2-improve-recovery-performance-v2 +++ a/fs/ocfs2/journal.c @@ -1194,6 +1194,7 @@ static int ocfs2_force_read_journal(stru brelse(bh); bh = NULL; + p_blkno++; } v_blkno += p_blocks; _ Patches currently in -mm which might be from junxiao.bi@xxxxxxxxxx are ocfs2-improve-recovery-performance.patch ocfs2-improve-recovery-performance-v2.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html