Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309961
b: refs/heads/master
c: 2cde417
h: refs/heads/master
i:
  309959: f717ce6
v: v3
  • Loading branch information
Theodore Ts'o committed May 28, 2012
1 parent 5e2e9b2 commit 158d901
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: 2716b80284c5ca415b8ce93ca178b0ca28482568
refs/heads/master: 2cde417de013b2e5ae3007374d937e8c4c426bd4
2 changes: 2 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -3527,6 +3527,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
GFP_KERNEL);
if (sbi->s_group_desc == NULL) {
ext4_msg(sb, KERN_ERR, "not enough memory");
ret = -ENOMEM;
goto failed_mount;
}

Expand Down Expand Up @@ -3584,6 +3585,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
}
if (err) {
ext4_msg(sb, KERN_ERR, "insufficient memory");
ret = err;
goto failed_mount3;
}

Expand Down

0 comments on commit 158d901

Please sign in to comment.