On 08/11/2011 08:06 PM, Xinliang David Li wrote:
A new patch with lightly modified the test case.
if (lost) BV_LOST_PRIMARY (*virtuals) = true; + else + BV_LOST_PRIMARY (*virtuals) = false;
Might as well just do BV_LOST_PRIMARY (*virtuals) = lost; OK for trunk and 4.6 with that change. Jason