Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242376
b: refs/heads/master
c: 4dd89fc
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Feb 27, 2011
1 parent a0fc491 commit 5ebf322
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: a54aa76108619e5d8290b49081c2aaaeff5be9a2
refs/heads/master: 4dd89fc6251a6bda2c18e71e7d266e983806579d
3 changes: 2 additions & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3912,7 +3912,8 @@ static void ext4_mb_show_ac(struct ext4_allocation_context *ac)
struct super_block *sb = ac->ac_sb;
ext4_group_t ngroups, i;

if (EXT4_SB(sb)->s_mount_flags & EXT4_MF_FS_ABORTED)
if (!mb_enable_debug ||
(EXT4_SB(sb)->s_mount_flags & EXT4_MF_FS_ABORTED))
return;

printk(KERN_ERR "EXT4-fs: Can't allocate:"
Expand Down

0 comments on commit 5ebf322

Please sign in to comment.