ext4, jbd2: Drop unneeded printks at mount and unmount time
authorTheodore Ts'o <tytso@mit.edu>
Tue, 29 Sep 2009 19:51:30 +0000 (15:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Sep 2009 19:51:30 +0000 (15:51 -0400)
commit90576c0b9a0b5323fc4bd7f23f49be0d234f36d1
treed4a1ab6f923f1c9c7c87f13a828db72c1f4412c1
parentd3d1faf6a74496ea4435fd057c6a2cad49f3e523
ext4, jbd2: Drop unneeded printks at mount and unmount time

There are a number of kernel printk's which are printed when an ext4
filesystem is mounted and unmounted.  Disable them to economize space
in the system logs.  In addition, disabling the mballoc stats by
default saves a number of unneeded atomic operations for every block
allocation or deallocation.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/mballoc.c
fs/ext4/mballoc.h
fs/ext4/super.c
fs/jbd2/journal.c