• Dave Kleikamp's avatar
    JFS: Fix structure alignment problem on 64-bit machines · d1b792b8
    Dave Kleikamp authored
    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.
    d1b792b8
jfs_txnmgr.h 8.14 KB