Page MenuHomeFreeBSD

D30708.id90704.diff
No OneTemporary

D30708.id90704.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/list.h b/sys/compat/linuxkpi/common/include/linux/list.h
--- a/sys/compat/linuxkpi/common/include/linux/list.h
+++ b/sys/compat/linuxkpi/common/include/linux/list.h
@@ -202,6 +202,8 @@
for (p = list_entry((h)->next, typeof(*p), field); &(p)->field != (h); \
p = list_entry((p)->field.next, typeof(*p), field))
+#define list_for_each_entry_lockless(...) list_for_each_entry(__VA_ARGS__)
+
#define list_for_each_entry_safe(p, n, h, field) \
for (p = list_entry((h)->next, typeof(*p), field), \
n = list_entry((p)->field.next, typeof(*p), field); &(p)->field != (h);\
diff --git a/sys/sys/param.h b/sys/sys/param.h
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400020
+#define __FreeBSD_version 1400021
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 4:32 PM (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31989101
Default Alt Text
D30708.id90704.diff (1000 B)

Event Timeline