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	2004-04-23 18:08:10.405381928 -0700
+++ 25-akpm/fs/reiserfs/bitmap.c	2004-04-23 18:08:28.944563544 -0700
@@ -765,9 +765,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))

_