commit | b31e15527a9bb71b6a11a425d17ce139a62f5af5 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Thu Jun 04 17:36:36 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 04 17:36:36 2009 -0400 |
tree | 3b8fdb014e3b960b27369643de9ad1213ec2cbba | |
parent | 03f5d8bcf094a5e3b501bd2ae1553656efa8d1be [diff] |
ext4: Change all super.c messages to print the device 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>