[sheepdog] [PATCH 1/6] sheep: avoid atomic operations against uint64_t/int64_t variables

Liu Yuan namei.unix at gmail.com
Mon Sep 24 11:18:09 CEST 2012


On 09/24/2012 05:08 PM, Liu Yuan wrote:
>> On 32 bit architectures, atomic operations against 64 bit integers are
>> > not allowed.  This patch uses more proper types for them.

This constraint is too restrictive. If there is no actual 32 bits users,
I think we'd better only support 64 bits machine.

Thanks,
Yuan



More information about the sheepdog mailing list