From: Derrick Brashear Date: Mon, 26 Feb 2007 18:49:42 +0000 (+0000) Subject: DEVEL15-uae-etoomanyrefs-avoid-dup-20070222 X-Git-Tag: openafs-devel-1_5_16~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=30c0ef8762d2ca42135beb5890a14827ee66d101;p=packages%2Fo%2Fopenafs.git DEVEL15-uae-etoomanyrefs-avoid-dup-20070222 when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS (cherry picked from commit 0d5642e3ee1d72f11c4b6393cd4a352540f3b2ba) --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index abb2eb67e..1ea8a8919 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -7363,6 +7363,8 @@ init_sys_error_to_et(void) sys2et[EDQUOT] = UAEDQUOT; sys2et[ENOMEDIUM] = UAENOMEDIUM; sys2et[EMEDIUMTYPE] = UAEMEDIUMTYPE; + + sys2et[EIO] = UAEIO; } /* NOTE: 2006-03-01