From: Theodore Ts'o Date: Tue, 29 Sep 2009 19:51:30 +0000 (-0400) Subject: ext4, jbd2: Drop unneeded printks at mount and unmount time X-Git-Tag: v2.6.32-rc3~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90576c0b9a0b5323fc4bd7f23f49be0d234f36d1;p=pandora-kernel.git 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" --- Reading git-diff-tree failed