]> err.no Git - linux-2.6/blobdiff - fs/afs/misc.c
[MIPS] Early check for SMTC kernel on non-MT processor
[linux-2.6] / fs / afs / misc.c
index cdb9792d8161eb0324fdf3c6315cfae435d0b86a..d1a889c4074292b8dbf6d4f251497e681067cd1a 100644 (file)
@@ -22,6 +22,7 @@ int afs_abort_to_error(u32 abort_code)
 {
        switch (abort_code) {
        case 13:                return -EACCES;
+       case 27:                return -EFBIG;
        case 30:                return -EROFS;
        case VSALVAGE:          return -EIO;
        case VNOVNODE:          return -ENOENT;