JFS: Fix structure alignment problem on 64-bit machines
The code in xtLog assumes that the structures xdlistlock_t and maplock_t are the same size, as they are overlaid. On 64-bit machines, this was not the case. Ensure that the xdlistlock_t is 16 bytes in length regardless of the size of a pointer.
Showing
Please register or sign in to comment