Sasha Levin ad2e2a77dc 9p: Use hashtable.h for hash_errmap
Convert hash_errmap in error.c to use the generic hashtable
implementation from hashtable.h instead of the manual hlist_head array
implementation.

This simplifies the code and makes it more maintainable by using the
standard hashtable API and removes the need for manual hash table
management.

Signed-off-by: Sasha Levin <sashal@kernel.org>
Message-ID: <20250320145200.3124863-1-sashal@kernel.org>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
2025-03-23 06:20:48 +09:00
..
2025-03-23 06:20:48 +09:00
2022-01-10 10:00:09 +09:00
2022-10-05 07:05:41 +09:00
2021-11-03 17:45:04 +09:00
2024-11-22 23:36:19 +09:00