Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137854259
D30436.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D30436.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/rcupdate.h b/sys/compat/linuxkpi/common/include/linux/rcupdate.h
--- a/sys/compat/linuxkpi/common/include/linux/rcupdate.h
+++ b/sys/compat/linuxkpi/common/include/linux/rcupdate.h
@@ -87,6 +87,9 @@
#define rcu_dereference(p) \
rcu_dereference_protected(p, 0)
+#define rcu_dereference_check(p, c) \
+ rcu_dereference_protected(p, c)
+
#define rcu_dereference_raw(p) \
((__typeof(*p) *)READ_ONCE(p))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 11:34 AM (2 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26254399
Default Alt Text
D30436.diff (469 B)
Attached To
Mode
D30436: LinuxKPI: add rcu_dereference_check()
Attached
Detach File
Event Timeline
Log In to Comment