This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Commit ad2a668
committed
fetch: Atomically capture stale_oc state
It should be safe as it was because there shouldn't be a transition from
BOS_FINISHED to BOS_FAILED, but now that it can be atomic, it should not
only be safe but also future-proof. It originally matched ignore_state
from the coccinelle patch because of the separate boc variable, and
had to be manually edited.1 parent c7e5ad5 commit ad2a668
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
889 | | - | |
890 | | - | |
| 889 | + | |
891 | 890 | | |
892 | 891 | | |
893 | 892 | | |
| |||
0 commit comments