1. 07 Jun, 2002 1 commit
    • 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
  2. 06 Jun, 2002 10 commits
  3. 05 Jun, 2002 29 commits