You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than using some magic number 28 (which corresponds to ENOSPC),
let's use syscall.ENOSPC and convert it to int16 when needed.
Fixes: 9006a28
Reported-by: Rodrigo Campos <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments