The clean_namehooks() function does't hold the 'adb->entries_lock' lock, so calling maybe_expire_entry() is not thread-safe. Instead of adding a lock/unlock, leave the expiration to later, e.g. by the get_attached_and_locked_entry() function. Also fix a couple of comment typos.