Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118561
b: refs/heads/master
c: 2423840
h: refs/heads/master
i:
  118559: 5fa41af
v: v3
  • Loading branch information
Sami Liedes authored and Theodore Ts'o committed Nov 3, 2008
1 parent b4bf446 commit 322b4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c3f25d8950c3e9fe6c9849f88679b3f2a071550
refs/heads/master: 2423840ded13e6d3b52d88aff8d033bb78fafd08
2 changes: 2 additions & 0 deletions trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
if (!journal->j_wbuf) {
printk(KERN_ERR "%s: Cant allocate bhs for commit thread\n",
__func__);
jbd2_stats_proc_exit(journal);
kfree(journal);
return NULL;
}
Expand All @@ -1098,6 +1099,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
if (err) {
printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
__func__);
jbd2_stats_proc_exit(journal);
kfree(journal);
return NULL;
}
Expand Down

0 comments on commit 322b4c2

Please sign in to comment.