From a78cc9491151e03a49afd9013a7267afbf7ed417 Mon Sep 17 00:00:00 2001 From: Duane Griffin Date: Wed, 19 Mar 2008 17:00:54 -0700 Subject: [PATCH] --- yaml --- r: 87505 b: refs/heads/master c: d00256766a0b4f1441931a7f569a13edf6c68200 h: refs/heads/master i: 87503: 4a1956343dec4b418877c275747eaf58e30e334f v: v3 --- [refs] | 2 +- trunk/fs/jbd2/recovery.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 357950f62466..2176ccbd9594 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 439aeec639d7c57f3561054a6d315c40fd24bb74 +refs/heads/master: d00256766a0b4f1441931a7f569a13edf6c68200 diff --git a/trunk/fs/jbd2/recovery.c b/trunk/fs/jbd2/recovery.c index 146411387ada..5d0405a9e7ca 100644 --- a/trunk/fs/jbd2/recovery.c +++ b/trunk/fs/jbd2/recovery.c @@ -535,7 +535,7 @@ static int do_one_pass(journal_t *journal, memcpy(nbh->b_data, obh->b_data, journal->j_blocksize); if (flags & JBD2_FLAG_ESCAPE) { - *((__be32 *)bh->b_data) = + *((__be32 *)nbh->b_data) = cpu_to_be32(JBD2_MAGIC_NUMBER); }