From: Chris Mason 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 2004-04-30 21:29:30.948533416 -0700 +++ 25-akpm/fs/reiserfs/bitmap.c 2004-04-30 21:29:30.952532808 -0700 @@ -443,7 +443,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 */ _