freebsd-dev/sys/ufs
Kirk McKusick cd861931e6 The code in clear_remove() and clear_inodedeps() skips one entry
in the pagedep and inodedep hash tables. An entry in the table is
skipped because 'pagedep_hash' and 'inodedep_hash' hold the size
of the hash tables - 1.

The chance that this would have any operational failure is extremely
unlikely. These funtions only need to find a single entry and are
only called when there are too many entries. The chance that they
would fail because all the entries are on the single skipped hash
chain are remote.

Submitted by: Pedro Martelletto
Reviewed by:  kib
MFC after:    2 weeks
2013-04-03 19:26:32 +00:00
..
ffs The code in clear_remove() and clear_inodedeps() skips one entry 2013-04-03 19:26:32 +00:00
ufs When renaming a directory from one parent directory to another, 2013-03-20 17:57:00 +00:00