core, diskio: put the error code in dprintf and printable messages
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jun 2010 16:53:46 +0000 (09:53 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Jul 2010 14:13:09 +0000 (07:13 -0700)
commitd4516833b61c52809048edcdfc25d5e610270b64
tree0253d0ed374569807c46769c6a8541f205f25010
parent42b6e55bce2915c8ba3eba0b4f664add19f0504e
core, diskio: put the error code in dprintf and printable messages

When we print an error message to the screen, include the error
number.  Furthermore, dprintf it on retries.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/diskio.c