From: Mikulas Patocka Date: Sat, 9 Jun 2018 21:04:47 +0000 (+0200) Subject: hpfs: Use EUCLEAN for filesystem errors X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f72328d27f3bb117b7f707fae2ca20d03ba2796d;p=linux.git 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 Signed-off-by: Linus Torvalds --- diff --git a/fs/hpfs/hpfs_fn.h b/fs/hpfs/hpfs_fn.h index 2577ef1034efc..2a153aed4c19c 100644 --- a/fs/hpfs/hpfs_fn.h +++ b/fs/hpfs/hpfs_fn.h @@ -26,8 +26,7 @@ #include "hpfs.h" #define EIOERROR EIO -#define EFSERROR EPERM -#define EMEMERROR ENOMEM +#define EFSERROR EUCLEAN #define ANODE_ALLOC_FWD 512 #define FNODE_ALLOC_FWD 0