[DragonFlyBSD - Bug #3316] (New) hammer2_dirent_create() allows creating >1 dirents with the same name

2022-06-05 Thread bugtracker-admin
Issue #3316 has been reported by tkusumi. Bug #3316: hammer2_dirent_create() allows creating >1 dirents with the same name http://bugs.dragonflybsd.org/issues/3316 * Author: tkusumi * Status: New * Priority: Normal * Target version: 6.4 * Start date: 2022-

[DragonFlyBSD - Bug #3316] hammer2_dirent_create() allows creating >1 dirents with the same name

2022-06-05 Thread bugtracker-admin
Issue #3316 has been updated by dillon. The directory hash collision space does not guarantee name uniqueness, so the iterator is there on purpose to deal with hash collisions (names might be different, but key calculates to the same value). Higher levels are responsible for ensuring that na