UBIFS: avoid kernel error if ubifs superblock read fails
authorSteffen Sledz <sledz@dresearch.de>
Mon, 27 Sep 2010 12:20:26 +0000 (14:20 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 28 Sep 2010 06:46:30 +0000 (09:46 +0300)
commit54dd55a406f6e9cb5ae208f258b907455162e045
treea12d91f6ec8fd878e736ba1ad7e01d6558501581
parent2ef13294d29bcfb306e0d360f1b97f37b647b0c0
UBIFS: avoid kernel error if ubifs superblock read fails

.get_sb is called on mounts with automatic fs detection too, so this
function should print an error if it cannot read the superblock in
debug mode only (new behaviour conforms the other fs types)

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c