diff options
author | Artem B. Bityutskiy <dedekind@infradead.org> | 2005-08-17 10:13:48 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 14:27:14 -0500 |
commit | 8d5df40954281a8e0f788b311f9c08f96e530ffa (patch) | |
tree | 835fa433bd86700f9fd09864687276c7136b75ef /fs/jffs2/nodelist.c | |
parent | 3a69e0cd22cf34920508a4032d53e41251925f53 (diff) |
[JFFS2] More message formatting cleanups
Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/jffs2/nodelist.c')
-rw-r--r-- | fs/jffs2/nodelist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/nodelist.c b/fs/jffs2/nodelist.c index cd366ab1f020..0393d27eafc7 100644 --- a/fs/jffs2/nodelist.c +++ b/fs/jffs2/nodelist.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * For licensing information, see the file 'LICENCE' in this directory. | 8 | * For licensing information, see the file 'LICENCE' in this directory. |
9 | * | 9 | * |
10 | * $Id: nodelist.c,v 1.109 2005/08/04 11:41:30 dedekind Exp $ | 10 | * $Id: nodelist.c,v 1.110 2005/08/17 14:13:45 dedekind Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
@@ -263,7 +263,7 @@ static int jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *r | |||
263 | this->ofs, this->ofs+this->size, ref_offset(this->node->raw)); | 263 | this->ofs, this->ofs+this->size, ref_offset(this->node->raw)); |
264 | else | 264 | else |
265 | JFFS2_DBG_FRAGTREE2("split old hole frag 0x%04x-0x%04x\n", | 265 | JFFS2_DBG_FRAGTREE2("split old hole frag 0x%04x-0x%04x\n", |
266 | this->ofs, this->ofs+this->size, ref_offset(this->node->raw)); | 266 | this->ofs, this->ofs+this->size); |
267 | 267 | ||
268 | /* New second frag pointing to this's node */ | 268 | /* New second frag pointing to this's node */ |
269 | newfrag2 = new_fragment(this->node, newfrag->ofs + newfrag->size, | 269 | newfrag2 = new_fragment(this->node, newfrag->ofs + newfrag->size, |