ext4: Change all super.c messages to print the device
authorEric Sandeen <sandeen@redhat.com>
Thu, 4 Jun 2009 21:36:36 +0000 (17:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2009 21:36:36 +0000 (17:36 -0400)
This patch changes ext4 super.c to include the device name with all
warning/error messages, by using a new utility function ext4_msg.
It's a rather large patch, but very mechanic. I left debug printks
alone.

This is a straightforward port of a patch which Andi Kleen did for
ext3.

Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/super.c

diff --cc fs/ext4/ext4.h
Simple merge
diff --cc fs/ext4/super.c
Simple merge