Page MenuHomeFreeBSD

D31488.id93475.diff
No OneTemporary

D31488.id93475.diff

Index: sys/compat/linux/linux_util.h
===================================================================
--- sys/compat/linux/linux_util.h
+++ sys/compat/linux/linux_util.h
@@ -165,6 +165,18 @@
} \
} while (0)
+#define LINUX_RATELIMIT_MSG(_message) \
+ do { \
+ static int seen = 0; \
+ \
+ if (seen == 0) { \
+ linux_msg(curthread, _message); \
+ \
+ if (linux_debug < 3) \
+ seen = 1; \
+ } \
+ } while (0)
+
#define LINUX_RATELIMIT_MSG_OPT1(_message, _opt1) \
do { \
static int seen = 0; \

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 9:32 AM (14 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32569949
Default Alt Text
D31488.id93475.diff (570 B)

Event Timeline