Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39712
b: refs/heads/master
c: 5eb3079
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp authored and Linus Torvalds committed Oct 17, 2006
1 parent ae1990a commit ecdcf4e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3f4a0b917ce72ef47e438d354c433eb645218e87
refs/heads/master: 5eb30790d4ccd3409240a80eaf9ab76b4fb75fd8
3 changes: 2 additions & 1 deletion trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ journal_t * jbd2_journal_init_dev(struct block_device *bdev,
__FUNCTION__);
kfree(journal);
journal = NULL;
goto out;
}
journal->j_dev = bdev;
journal->j_fs_dev = fs_dev;
Expand All @@ -735,7 +736,7 @@ journal_t * jbd2_journal_init_dev(struct block_device *bdev,
J_ASSERT(bh != NULL);
journal->j_sb_buffer = bh;
journal->j_superblock = (journal_superblock_t *)bh->b_data;

out:
return journal;
}

Expand Down

0 comments on commit ecdcf4e

Please sign in to comment.