locking: Use bit shift for flag values not constant values.
So far it hasn't bitten us, but if the next value wasn't 4, then the logic used to check flag bits would have issues.
Showing
想要评论请 注册 或 登录
So far it hasn't bitten us, but if the next value wasn't 4, then the logic used to check flag bits would have issues.