projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16afaf
)
hpfs: Use EUCLEAN for filesystem errors
author
Mikulas Patocka
<mikulas@twibright.com>
Sat, 9 Jun 2018 21:04:47 +0000
(23:04 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 9 Jun 2018 21:34:48 +0000
(14:34 -0700)
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>
fs/hpfs/hpfs_fn.h
patch
|
blob
|
history
diff --git
a/fs/hpfs/hpfs_fn.h
b/fs/hpfs/hpfs_fn.h
index
2577ef1
..
2a153ae
100644
(file)
--- 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