Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242391
b: refs/heads/master
c: 4596fe0
h: refs/heads/master
i:
  242389: 5929406
  242387: 709ae65
  242383: b66831b
v: v3
  • Loading branch information
Eric Sandeen authored and Theodore Ts'o committed Mar 22, 2011
1 parent eaa8aed commit 6b77f7e
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: 21149d611ecd0faf60f4ef94aa2bf8ed872f92bf
refs/heads/master: 4596fe07679ff0fae904515691ea747467614871
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ static int ext4_mb_init_backend(struct super_block *sb)
/* An 8TB filesystem with 64-bit pointers requires a 4096 byte
* kmalloc. A 128kb malloc should suffice for a 256TB filesystem.
* So a two level scheme suffices for now. */
sbi->s_group_info = kmalloc(array_size, GFP_KERNEL);
sbi->s_group_info = kzalloc(array_size, GFP_KERNEL);
if (sbi->s_group_info == NULL) {
printk(KERN_ERR "EXT4-fs: can't allocate buddy meta group\n");
return -ENOMEM;
Expand Down

0 comments on commit 6b77f7e

Please sign in to comment.