ldm: Silence "ldm_validate_partition_table(): Disk read failed" when booting with...
authorNikanth Karthikesan <knikanth@suse.de>
Thu, 17 Mar 2011 05:34:14 +0000 (11:04 +0530)
committerJiri Kosina <jkosina@suse.cz>
Sun, 10 Apr 2011 15:01:03 +0000 (17:01 +0200)
When the kernel does partition detection, on certain configurations with
external fibre channel raid systems (e.g. clariion from EMC) the read
would fail. And "ldm_validate_partition_table(): Disk read failed"
messages are printed to the console.

But the failure to read is not a critical error. Now since the message
is flagged as KERN_CRIT, it gets printed even when booting with the
"quiet" kernel parameter. Fix it by using KERN_INFO, as the failure to
read here is not really an error.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Reported-by : Klaus Hartmann <Klaus.Hartmann@ts.fujitsu.com>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found