On Mon, 04 Nov 2019 21:46:14 -0500, Valdis Kletnieks said:
> Four filesystems have their own defines for this. Move it
> into errno.h so it's defined in just one place.
>
> Signed-off-by: Valdis Kletnieks <[email protected]>
Going to have to retract this. and the other patch for EFSCORRUPTED.
On Tue, 05 Nov 2019 10:17:52 +0000, Rasmus Villemoes <[email protected]> said:
> Does that work? Six architectures (alpha ia64 mips parisc powerpc sparc)
> have their own asm/errno.h. ia64 and powerpc include asm-generic/errno.h
> from their asm/errno.h, but the remaining four will no longer have a
> definition of EFSBADCRC.
I knew some architectures had their own syscall values. I admit it comes as
a surprise to me (and probably a number of others) that errno.h is that way too....
Thanks for spotting this, Rasmus...