mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
STABLE14-uae-etoomanyrefs-avoid-dup-20070222
when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS (cherry picked from commit 0d5642e3ee1d72f11c4b6393cd4a352540f3b2ba)
This commit is contained in:
parent
edb9f0716b
commit
7949736ff5
@ -7481,6 +7481,8 @@ init_sys_error_to_et(void)
|
||||
sys2et[EDQUOT] = UAEDQUOT;
|
||||
sys2et[ENOMEDIUM] = UAENOMEDIUM;
|
||||
sys2et[EMEDIUMTYPE] = UAEMEDIUMTYPE;
|
||||
|
||||
sys2et[EIO] = UAEIO;
|
||||
}
|
||||
|
||||
/* NOTE: 2006-03-01
|
||||
|
Loading…
x
Reference in New Issue
Block a user