* If we end up leaving that first entry, make me an orphan so
* the we can check if the chain continues in a previous block.
*/
- if (((doh->hash+1) & 0x7fff) == doh->dirent_block->b.fileaddr)
+ if (((doh->hash+1) & MaxDirHash) == doh->dirent_block->b.fileaddr)
unmap_dblock(doh->dirent_block, buf);
else if (lafs_dir_find(buf, bits, seed, doh->hash+1, &ignore) == 0) {
/* This is the end of a chain, clean up */