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
Fix fallthrough logic for cgroup version detection
Only one of cgroup V1 or V2 can be enabled at a time, so it doesn't
make sense to have fallthrough behaviour from V2 to V1.
Instead of adding an `exit 0` at the end of the V2 case, add an
`else` so that it is clearer that these are two mutually exclusive
cases.
Fixes a0728be
0 commit comments