From: Chris Mason <mason@suse.com>

Remove debugging warning from the reiserfs block allocator code


---

 25-akpm/fs/reiserfs/bitmap.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN fs/reiserfs/bitmap.c~reiserfs-remove-debugging-warning-from-block-allocator fs/reiserfs/bitmap.c
--- 25/fs/reiserfs/bitmap.c~reiserfs-remove-debugging-warning-from-block-allocator	Fri May 21 17:01:56 2004
+++ 25-akpm/fs/reiserfs/bitmap.c	Fri May 21 17:01:56 2004
@@ -448,7 +448,6 @@ void reiserfs_init_alloc_options (struct
     set_bit (_ALLOC_skip_busy, &SB_ALLOC_OPTS(s));
     set_bit (_ALLOC_dirid_groups, &SB_ALLOC_OPTS(s));
     set_bit (_ALLOC_packing_groups, &SB_ALLOC_OPTS(s));
-    reiserfs_warning (s, "allocator defaults = [%08x]\n", SB_ALLOC_OPTS(s));
 }
 
 /* block allocator related options are parsed here */

_