Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/common/linux linux: Downgrade warning about...
details: https://anonhg.NetBSD.org/src/rev/8660a4881a72
branches: trunk
changeset: 1028911:8660a4881a72
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 12:27:39 2021 +0000
description:
linux: Downgrade warning about flushing from workqueue to debug.
diffstat:
sys/external/bsd/common/linux/linux_work.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r add955b2bdc9 -r 8660a4881a72 sys/external/bsd/common/linux/linux_work.c
--- a/sys/external/bsd/common/linux/linux_work.c Sun Dec 19 12:27:32 2021 +0000
+++ b/sys/external/bsd/common/linux/linux_work.c Sun Dec 19 12:27:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_work.c,v 1.58 2021/12/19 12:11:36 riastradh Exp $ */
+/* $NetBSD: linux_work.c,v 1.59 2021/12/19 12:27:39 riastradh Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.58 2021/12/19 12:11:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_work.c,v 1.59 2021/12/19 12:27:39 riastradh Exp $");
#include <sys/types.h>
#include <sys/atomic.h>
@@ -1458,7 +1458,7 @@
struct flush_work fw;
if (lwp_getspecific(workqueue_key) == wq) {
- printf("%s: running from workqueue %s\n", __func__,
+ aprint_debug("%s: running from workqueue %s\n", __func__,
wq->wq_name);
return;
}
Home |
Main Index |
Thread Index |
Old Index