Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 11:10:18 UTC 2021

Modified Files:
        src/sys/external/bsd/common/include/linux: workqueue.h

Log Message:
stub struct rcu_work

Author: Maya Rashish <m...@netbsd.org>
Committer: Taylor R Campbell <riastr...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 \
    src/sys/external/bsd/common/include/linux/workqueue.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/common/include/linux/workqueue.h
diff -u src/sys/external/bsd/common/include/linux/workqueue.h:1.22 src/sys/external/bsd/common/include/linux/workqueue.h:1.23
--- src/sys/external/bsd/common/include/linux/workqueue.h:1.22	Sun Dec 19 11:03:49 2021
+++ src/sys/external/bsd/common/include/linux/workqueue.h	Sun Dec 19 11:10:17 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: workqueue.h,v 1.22 2021/12/19 11:03:49 riastradh Exp $	*/
+/*	$NetBSD: workqueue.h,v 1.23 2021/12/19 11:10:17 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013, 2018 The NetBSD Foundation, Inc.
@@ -87,6 +87,9 @@ struct delayed_work {
 	}				dw_state;
 };
 
+struct rcu_work {
+};
+
 #define	WQ_FREEZABLE		__BIT(0)
 #define	WQ_HIGHPRI		__BIT(1)
 #define	WQ_MEM_RECLAIM		__BIT(2)

Reply via email to