]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
uae-etoomanyrefs-avoid-dup-20070222
authorDerrick Brashear <shadow@dementia.org>
Mon, 26 Feb 2007 18:48:22 +0000 (18:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Feb 2007 18:48:22 +0000 (18:48 +0000)
when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS

src/viced/afsfileprocs.c

index abb2eb67e32c258c028e932d58560b4a84dcb900..1ea8a8919c1b00fec02009e37ba6be9f0dea8a53 100644 (file)
@@ -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