Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262101
b: refs/heads/master
c: 823ba01
h: refs/heads/master
i:
  262099: 97f8c21
v: v3
  • Loading branch information
Tao Ma authored and Theodore Ts'o committed Jul 11, 2011
1 parent fdbd959 commit 3b4519f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 598dbdf2433cad55bd44d923f67a053871e3eabf
refs/heads/master: 823ba01fc07751200c43e45733925a98b73eac3a
4 changes: 2 additions & 2 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2404,14 +2404,14 @@ static int ext4_groupinfo_create_slab(size_t size)
slab_size, 0, SLAB_RECLAIM_ACCOUNT,
NULL);

ext4_groupinfo_caches[cache_index] = cachep;

mutex_unlock(&ext4_grpinfo_slab_create_mutex);
if (!cachep) {
printk(KERN_EMERG "EXT4: no memory for groupinfo slab cache\n");
return -ENOMEM;
}

ext4_groupinfo_caches[cache_index] = cachep;

return 0;
}

Expand Down

0 comments on commit 3b4519f

Please sign in to comment.