fs/reiserfs/bitmap.c: In function `determine_search_start': fs/reiserfs/bitmap.c:770: warning: ISO C90 forbids mixed declarations and code --- 25-akpm/fs/reiserfs/bitmap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN fs/reiserfs/bitmap.c~reiserfs-group-alloc-9-build-fix fs/reiserfs/bitmap.c --- 25/fs/reiserfs/bitmap.c~reiserfs-group-alloc-9-build-fix Fri May 21 17:01:59 2004 +++ 25-akpm/fs/reiserfs/bitmap.c Fri May 21 17:01:59 2004 @@ -769,9 +769,10 @@ static void determine_search_start(reise int amount_needed) { struct super_block *s = hint->th->t_super; + int unfm_hint; + hint->beg = 0; hint->end = SB_BLOCK_COUNT(s) - 1; - int unfm_hint; /* This is former border algorithm. Now with tunable border offset */ if (concentrating_formatted_nodes(s)) _