We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f516e commit 0066f1bCopy full SHA for 0066f1b
fs/afs/misc.c
@@ -69,6 +69,7 @@ int afs_abort_to_error(u32 abort_code)
69
/* Unified AFS error table */
70
case UAEPERM: return -EPERM;
71
case UAENOENT: return -ENOENT;
72
+ case UAEAGAIN: return -EAGAIN;
73
case UAEACCES: return -EACCES;
74
case UAEBUSY: return -EBUSY;
75
case UAEEXIST: return -EEXIST;
0 commit comments