Page MenuHomeFreeBSD

D56912.diff
No OneTemporary

D56912.diff

diff --git a/sys/sys/rangelock.h b/sys/sys/rangelock.h
--- a/sys/sys/rangelock.h
+++ b/sys/sys/rangelock.h
@@ -50,6 +50,12 @@
struct rangelock {
uintptr_t head;
bool sleepers;
+ uint8_t resv1;
+ uint8_t resv2;
+ uint8_t resv3;
+#if __SIZEOF_LONG__ >= 8
+ uint32_t resv4;
+#endif
};
#ifdef _KERNEL

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 24, 1:49 AM (1 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33962532
Default Alt Text
D56912.diff (307 B)

Event Timeline