* [PATCH] ext4: fix a ext4_msg format in ext4_fill_super()
@ 2011-12-05 7:58 Zheng Liu
2011-12-18 21:15 ` Ted Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Liu @ 2011-12-05 7:58 UTC (permalink / raw)
To: linux-ext4; +Cc: Zheng Liu
Fix a ext4_msg format in ext4_fill_super().
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
---
fs/ext4/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 3858767..5d4e2e2a 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3509,7 +3509,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
* of the filesystem.
*/
if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) {
- ext4_msg(sb, KERN_WARNING, "bad geometry: first data"
+ ext4_msg(sb, KERN_WARNING, "bad geometry: first data "
"block %u is beyond end of filesystem (%llu)",
le32_to_cpu(es->s_first_data_block),
ext4_blocks_count(es));
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ext4: fix a ext4_msg format in ext4_fill_super()
2011-12-05 7:58 [PATCH] ext4: fix a ext4_msg format in ext4_fill_super() Zheng Liu
@ 2011-12-18 21:15 ` Ted Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2011-12-18 21:15 UTC (permalink / raw)
To: Zheng Liu; +Cc: linux-ext4, Zheng Liu
On Mon, Dec 05, 2011 at 03:58:23PM +0800, Zheng Liu wrote:
> Fix a ext4_msg format in ext4_fill_super().
>
> Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Thanks, applied.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-18 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 7:58 [PATCH] ext4: fix a ext4_msg format in ext4_fill_super() Zheng Liu
2011-12-18 21:15 ` Ted Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).