diff --git a/[refs] b/[refs] index f24196235d41..357950f62466 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44e0451db0a9c0bceabaa9cc77cbcc717a094fcc +refs/heads/master: 439aeec639d7c57f3561054a6d315c40fd24bb74 diff --git a/trunk/fs/jbd/recovery.c b/trunk/fs/jbd/recovery.c index 2b8edf4d6eaa..43bc5e5ed064 100644 --- a/trunk/fs/jbd/recovery.c +++ b/trunk/fs/jbd/recovery.c @@ -478,7 +478,7 @@ static int do_one_pass(journal_t *journal, memcpy(nbh->b_data, obh->b_data, journal->j_blocksize); if (flags & JFS_FLAG_ESCAPE) { - *((__be32 *)bh->b_data) = + *((__be32 *)nbh->b_data) = cpu_to_be32(JFS_MAGIC_NUMBER); }