[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non-standard errno: -990
Andrew Klaassen wrote:
>
> I'm getting errors like this with a 2.4.7 XFS patched kernel:
>
> kernel: nfsd: non-standard errno: -990
>
> This isn't something I'd worry about normally, but just a few
> minutes ago a programmer told me that he got a "990" error when
> trying to create a directory on the same XFS filesystem - and it
> *wasn't* over nfs. I haven't been able to find any info via
> google.
xfs_linux.h:
/* XXX also note these need to be < 1000 and fairly unique on linux */
#define EFSCORRUPTED 990 /* Filesystem is corrupted */
#define EWRONGFS 991 /* Mount with wrong filesystem type */
This can come from about a million places in XFS... any other hints?
-Eric