commit | f72328d27f3bb117b7f707fae2ca20d03ba2796d | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mikulas@twibright.com> | Sat Jun 09 23:04:47 2018 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jun 09 14:34:48 2018 -0700 |
tree | 592567d13292240a6e79efef0e47f51f3567ef65 | |
parent | a16afaf7928b74c30a4727cdcaa67bd10675a55d [diff] |
hpfs: Use EUCLEAN for filesystem errors Use the error code EUCLEAN for filesystem errors because other filesystems use this code too. [ And remove unused EMEMERROR - Linus ] Signed-off-by: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>