From: Nam Cao Date: Thu, 24 Jul 2025 17:33:26 +0000 (+0200) Subject: rv: Remove unused field in struct rv_monitor_def X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0c08dd5348d;p=thirdparty%2Fkernel%2Fstable.git rv: Remove unused field in struct rv_monitor_def rv_monitor_def::task_monitor is not used. Delete it. Cc: Masami Hiramatsu Cc: Mathieu Desnoyers Link: https://lore.kernel.org/502d94f2696435690a2b1fdbe80a9e56c96fcabf.1753378331.git.namcao@linutronix.de Reviewed-by: Gabriele Monaco Signed-off-by: Nam Cao Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/trace/rv/rv.h b/kernel/trace/rv/rv.h index 98fca0a1adbc..873364094402 100644 --- a/kernel/trace/rv/rv.h +++ b/kernel/trace/rv/rv.h @@ -41,7 +41,6 @@ struct rv_monitor_def { struct rv_reactor_def *rdef; bool reacting; #endif - bool task_monitor; }; struct dentry *get_monitors_root(void);