From f72328d27f3bb117b7f707fae2ca20d03ba2796d Mon Sep 17 00:00:00 2001 From: Mikulas Patocka Date: Sat, 9 Jun 2018 23:04:47 +0200 Subject: 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 --- fs/hpfs/hpfs_fn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fs/hpfs') diff --git a/fs/hpfs/hpfs_fn.h b/fs/hpfs/hpfs_fn.h index 2577ef1034ef..2a153aed4c19 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 -- cgit v1.2.3-59-g8ed1b