[Devel] [PATCH RHEL8 COMMIT] vzstat: drop double KSTAT_LAT_PCPU_UPDATE declaration
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Jun 1 20:29:49 MSK 2021
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-240.1.1.vz8.5.34
------>
commit 9eab221a61b073ad35a3785bbf2e806e84eb196a
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Tue Jun 1 20:29:49 2021 +0300
vzstat: drop double KSTAT_LAT_PCPU_UPDATE declaration
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
Fixes: c0a20dd32be6 ("vzstat: Add vzstat module and kstat interfaces")
(cherry-picked from vz7 commit 8242e706656b ("vzstat: drop double
KSTAT_LAT_PCPU_UPDATE declaration"))
Signed-off-by: Andrey Zhadchenko <andrey.zhadchenko at virtuozzo.com>
---
include/linux/vzstat.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/vzstat.h b/include/linux/vzstat.h
index a6077e56811c..9cddf63b3e39 100644
--- a/include/linux/vzstat.h
+++ b/include/linux/vzstat.h
@@ -86,7 +86,6 @@ extern void KSTAT_LAT_PCPU_UPDATE(struct kstat_lat_pcpu_struct *p);
#define KSTAT_PERF_LEAVE(name)
#define KSTAT_LAT_PCPU_ADD(p, dur)
#define KSTAT_LAT_PCPU_UPDATE(p)
-#define KSTAT_LAT_PCPU_UPDATE(p)
#endif /* CONFIG_VE */
More information about the Devel
mailing list