Page MenuHomeFreeBSD

D12662.id33964.diff
No OneTemporary

D12662.id33964.diff

Index: sys/kern/subr_unit.c
===================================================================
--- sys/kern/subr_unit.c
+++ sys/kern/subr_unit.c
@@ -385,6 +385,10 @@
TAILQ_INIT(&uh->head);
uh->busy = 0;
uh->alloc = 0;
+ uh->first = 0;
+ uh->last = 1 + (uh->high - uh->low);
+
+ check_unrhdr(uh, __LINE__);
}
static __inline int

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 25, 12:31 PM (7 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35473417
Default Alt Text
D12662.id33964.diff (339 B)

Event Timeline