aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/support/ktrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/support/ktrace.h')
-rw-r--r--fs/xfs/support/ktrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/support/ktrace.h b/fs/xfs/support/ktrace.h
index 782dbbb6a9d..741d6947ca6 100644
--- a/fs/xfs/support/ktrace.h
+++ b/fs/xfs/support/ktrace.h
@@ -31,6 +31,7 @@ typedef struct ktrace_entry {
typedef struct ktrace {
int kt_nentries; /* number of entries in trace buf */
atomic_t kt_index; /* current index in entries */
+ unsigned int kt_index_mask;
int kt_rollover;
ktrace_entry_t *kt_entries; /* buffer of entries */
} ktrace_t;