sys/rangelock.h: explicitly enumerate padding at the end of the structure

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:
This commit is contained in:
Konstantin Belousov
2026-04-26 05:22:52 +03:00
parent 067cfac2e7
commit a770638ecf
+3
View File
@@ -50,6 +50,9 @@ struct rl_q_entry;
struct rangelock {
uintptr_t head;
bool sleepers;
uint8_t resv0;
uint16_t resv1;
uint32_t resv2;
};
#ifdef _KERNEL