]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: use more consistent printk formatting
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:19 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:35 +0000 (12:16 -0700)
commit1cfc1dbd084da307528bd0811830f5217bbdeb68
tree11e7f4c09e48fc674703041834c9ae05d8dfc969
parent7c8f43b2c7341693306d27ee88db456f4f7acd6c
reiserfs: use more consistent printk formatting

The output format between a warning/error/panic/info/etc changes with
which one is used.

The following patch makes the messages more internally consistent, but also
more consistent with other Linux filesystems.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/prints.c