commit | 9ab165d8b05706284de0ee9bd402346c54ae6b15 | [log] [tgz] |
---|---|---|
author | Petr Kulhavy <brain@jikos.cz> | Sat Jun 18 12:21:17 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Jun 19 09:57:48 2016 -0400 |
tree | 7c755defa804d901b3dff8c4fcb20f09e854e40f | |
parent | 7a77e909a22848f5d5820fae58c087b83e90bdbc [diff] |
SPL ext: cosmetic: correct error message in spl_load_image_ext() Correct the error message in spl_load_image_ext() when image parsing fails. Instead of "ext4fs_read failed" print "failed to parse image header". Signed-off-by: Petr Kulhavy <brain@jikos.cz> CC: Guillaume GARDET <guillaume.gardet@free.fr> CC: Tom Rini <trini@konsulko.com>