diff options
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 447c0f3384a..e16583032b6 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -2581,7 +2581,7 @@ int ext4_mb_release(struct super_block *sb) | |||
2581 | atomic_read(&sbi->s_mb_lost_chunks)); | 2581 | atomic_read(&sbi->s_mb_lost_chunks)); |
2582 | printk(KERN_INFO | 2582 | printk(KERN_INFO |
2583 | "EXT4-fs: mballoc: %lu generated and it took %Lu\n", | 2583 | "EXT4-fs: mballoc: %lu generated and it took %Lu\n", |
2584 | sbi->s_mb_buddies_generated++, | 2584 | sbi->s_mb_buddies_generated, |
2585 | sbi->s_mb_generation_time); | 2585 | sbi->s_mb_generation_time); |
2586 | printk(KERN_INFO | 2586 | printk(KERN_INFO |
2587 | "EXT4-fs: mballoc: %u preallocated, %u discarded\n", | 2587 | "EXT4-fs: mballoc: %u preallocated, %u discarded\n", |