linux/net/9p
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
..
Kconfig net/9p/usbg: allow building as standalone module 2024-11-22 23:48:14 +09:00
Makefile net/9p/usbg: Add new usb gadget function transport 2024-09-03 09:57:08 +02:00
client.c 9p/net: return error on bogus (longer than requested) replies 2025-03-19 21:20:25 +09:00
error.c 9p: Use hashtable.h for hash_errmap 2025-03-23 06:20:48 +09:00
mod.c
protocol.c
protocol.h
trans_common.c
trans_common.h
trans_fd.c 9p/trans_fd: mark concurrent read and writes to p9_conn->err 2025-03-19 21:20:31 +09:00
trans_rdma.c
trans_usbg.c net/9p/usbg: fix handling of the failed kzalloc() memory allocation 2024-11-16 17:23:19 +09:00
trans_virtio.c net: 9p: virtio: drop owner assignment 2024-05-22 08:31:17 -04:00
trans_xen.c 9p/xen: fix release of IRQ 2024-11-22 23:36:19 +09:00