aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kmsan_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kmsan_types.h')
-rw-r--r--include/linux/kmsan_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kmsan_types.h b/include/linux/kmsan_types.h
index 929287981afe..dfc59918b3c0 100644
--- a/include/linux/kmsan_types.h
+++ b/include/linux/kmsan_types.h
@@ -31,7 +31,7 @@ struct kmsan_context_state {
struct kmsan_ctx {
struct kmsan_context_state cstate;
int kmsan_in_runtime;
- bool allow_reporting;
+ unsigned int depth;
};
#endif /* _LINUX_KMSAN_TYPES_H */