mirror of
https://github.com/schoebel/mars
synced 2025-02-01 04:41:31 +00:00
copy: improve error code
This commit is contained in:
parent
f5fa4a19c1
commit
1a53f589d4
@ -770,7 +770,7 @@ restart:
|
||||
break;
|
||||
}
|
||||
if (unlikely(brick->is_aborting)) {
|
||||
progress = -EINTR;
|
||||
progress = -ECANCELED;
|
||||
break;
|
||||
}
|
||||
/* Wait until any previous writeouts have finished.
|
||||
|
Loading…
Reference in New Issue
Block a user