Skip to content

Commit f72328d

Browse files
mikulas-patockatorvalds
authored andcommitted
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent a16afaf commit f72328d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs/hpfs/hpfs_fn.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
#include "hpfs.h"
2727

2828
#define EIOERROR EIO
29-
#define EFSERROR EPERM
30-
#define EMEMERROR ENOMEM
29+
#define EFSERROR EUCLEAN
3130

3231
#define ANODE_ALLOC_FWD 512
3332
#define FNODE_ALLOC_FWD 0

0 commit comments

Comments
 (0)