Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168051421
D17004.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D17004.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17004: Remove code duplicating in route.h
Attached
Detach File
Event Timeline
Log In to Comment