[sheepdog] [PATCH 2/2] sheep: fix illegal direct assignments to an uatomic_bool typed variable
Liu Yuan
namei.unix at gmail.com
Tue Jan 29 06:55:47 CET 2013
On 01/29/2013 01:51 PM, Hitoshi Mitake wrote:
> - gcache.in_reclaim = false;
> + uatomic_set_true(&gcache.in_reclaim);
I guess you meant uatomic_set_false() here.
Thanks,
Yuan
More information about the sheepdog
mailing list