Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87504
b: refs/heads/master
c: 439aeec
h: refs/heads/master
v: v3
  • Loading branch information
Duane Griffin authored and Linus Torvalds committed Mar 20, 2008
1 parent 4a19563 commit fd97712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44e0451db0a9c0bceabaa9cc77cbcc717a094fcc
refs/heads/master: 439aeec639d7c57f3561054a6d315c40fd24bb74
2 changes: 1 addition & 1 deletion trunk/fs/jbd/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit fd97712

Please sign in to comment.