Commit 36f9f7fc authored by Chris Mason's avatar Chris Mason Committed by Linus Torvalds

[PATCH] reiserfs: remove debugging warning from block allocator

Remove debugging warning from the reiserfs block allocator code
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 930c07f9
......@@ -448,7 +448,6 @@ void reiserfs_init_alloc_options (struct super_block *s)
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment