ree cf58a9566e7fb6597d798b716b4b324950f23b30 parent 8595c539f0360477189eef91f6337ba44962f72d author Bernhard Walle 1332540148 -0700 committer Linus Torvalds 1332547118 -0700 init/do_mounts.c: print error code on mount failure Printing the error code makes it easier to debug the cause of a mount failure. For example I had the problem that the root file system could not be mounted read-writeable because my SD card was write-protected. Without an error code it looks like the SD card was not detected at all. Signed-off-by: Bernhard Walle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds