diff options
Diffstat (limited to 'fs/jffs2/nodelist.h')
-rw-r--r-- | fs/jffs2/nodelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/nodelist.h b/fs/jffs2/nodelist.h index 6802e0968d3e..dde9b86e43b5 100644 --- a/fs/jffs2/nodelist.h +++ b/fs/jffs2/nodelist.h | |||
@@ -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.h,v 1.132 2005/07/17 06:56:21 dedekind Exp $ | 10 | * $Id: nodelist.h,v 1.133 2005/07/22 10:32:08 dedekind Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
@@ -236,7 +236,7 @@ static inline uint32_t ref_totlen(struct jffs2_sb_info *c, | |||
236 | ret, ref->__totlen); | 236 | ret, ref->__totlen); |
237 | if (!jeb) | 237 | if (!jeb) |
238 | jeb = &c->blocks[ref->flash_offset / c->sector_size]; | 238 | jeb = &c->blocks[ref->flash_offset / c->sector_size]; |
239 | jffs2_dbg_dump_node_refs(c, jeb); | 239 | jffs2_dbg_dump_node_refs_nolock(c, jeb); |
240 | BUG(); | 240 | BUG(); |
241 | } | 241 | } |
242 | #endif | 242 | #endif |