buildkernel - Fix build issue w/libmd changes
[dragonfly.git] / sys / vfs / hammer2 / CHANGES
blobe9243b07a498f29d658c2cd6f12c6f3293a06d0e
2                             DESIGN CHANGES & ISSUES
4 * Indirect blocks have to be fully associative (all 1024 entries) for now,
5   I haven't figured out a way to break it down into smaller associative
6   blocks without breaking copies.
8 * (temporary) all data blocks are 64K at the moment.
10 * currently directory cookies are non-linear.