From d58b6c0bcaa6ea7dff22af23a795115aa9ce3e58 Mon Sep 17 00:00:00 2001 From: Yongqiang Yang Date: Tue, 26 Jul 2011 21:53:35 -0400 Subject: [PATCH] --- yaml --- r: 262123 b: refs/heads/master c: 2b79b09d13e35577151bd13ba08809911baccd1c h: refs/heads/master i: 262121: 134cb8f9f3c09c17a68cde18d6b877aeafac3fbd 262119: 4db07ab86eab22ee78bc5a6b3178637437aa5a9c v: v3 --- [refs] | 2 +- trunk/fs/ext4/resize.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 182ccdccbd34..cef94d389b57 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4740b830ed5720ade6c780dbf3fdfe9089b3552d +refs/heads/master: 2b79b09d13e35577151bd13ba08809911baccd1c diff --git a/trunk/fs/ext4/resize.c b/trunk/fs/ext4/resize.c index 4c041e37f61f..5f0aefdc8599 100644 --- a/trunk/fs/ext4/resize.c +++ b/trunk/fs/ext4/resize.c @@ -986,7 +986,7 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, o_blocks_count = ext4_blocks_count(es); if (test_opt(sb, DEBUG)) - printk(KERN_DEBUG "EXT4-fs: extending last group from %llu uto %llu blocks\n", + printk(KERN_DEBUG "EXT4-fs: extending last group from %llu to %llu blocks\n", o_blocks_count, n_blocks_count); if (n_blocks_count == 0 || n_blocks_count == o_blocks_count)