From 4501b80921a6c28155543583f05ff0d3727a6a5f Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 14 Mar 2019 22:13:09 +0100 Subject: [PATCH] infra: categorize ref_initialized --- kernel/mars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/mars.h b/kernel/mars.h index 7bf5e4f5..8dba794c 100644 --- a/kernel/mars.h +++ b/kernel/mars.h @@ -182,7 +182,6 @@ enum _MREF_FLAGS { int ref_id; /* not mandatory; may be used for identification */ \ /* maintained by the ref implementation, incrementable for \ * callers (but not decrementable! use ref_put()) */ \ - bool ref_initialized; /* internally used for checking */ \ tatomic_t ref_count; \ /* deprecated, to be removed in future */ \ int ref_rw; \ @@ -190,6 +189,7 @@ enum _MREF_FLAGS { bool ref_skip_sync; /* skip sync for this particular mref */ \ /* internal */ \ atomic_trace_t ref_at; \ + bool ref_initialized; /* internally used for checking */ \ TRACING_INFO; struct mref_object {