[PATCH v2 1/5] rv: Remove unused field in struct rv_monitor_def

From: Nam Cao
Date: Wed Jul 23 2025 - 02:44:51 EST


rv_monitor_def::task_monitor is not used. Delete it.

Reviewed-by: Gabriele Monaco <gmonaco@xxxxxxxxxx>
Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>
---
kernel/trace/rv/rv.h | 1 -
1 file changed, 1 deletion(-)

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);
--
2.39.5