Page MenuHomeFreeBSD

D17004.id.diff
No OneTemporary

D17004.id.diff

Index: head/sys/net/route.h
===================================================================
--- head/sys/net/route.h
+++ head/sys/net/route.h
@@ -410,10 +410,8 @@
} while (0)
#define RO_RTFREE(_ro) do { \
- if ((_ro)->ro_rt) { \
- RT_LOCK((_ro)->ro_rt); \
- RTFREE_LOCKED((_ro)->ro_rt); \
- } \
+ if ((_ro)->ro_rt) \
+ RTFREE((_ro)->ro_rt); \
} while (0)
#define RO_INVALIDATE_CACHE(ro) do { \

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 3:45 AM (8 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37339025
Default Alt Text
D17004.id.diff (439 B)

Event Timeline