From: Joe Perches Date: Mon, 30 Jul 2012 21:40:13 +0000 (-0700) Subject: btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout X-Git-Tag: v3.6-rc1~41^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533574c6bc30cf526cc1c41bde050c854a945efb;p=pandora-kernel.git btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout Use the generic printk_get_level() to search a message for a kern_level. Add __printf to verify format and arguments. Fix a few messages that had mismatches in format and arguments. Add #ifdef CONFIG_PRINTK blocks to shrink the object size a bit when not using printk. [akpm@linux-foundation.org: whitespace tweak] Signed-off-by: Joe Perches Cc: Kay Sievers Cc: Chris Mason Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed