diff options
Diffstat (limited to 'fs/xfs/support/ktrace.h')
-rw-r--r-- | fs/xfs/support/ktrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/support/ktrace.h b/fs/xfs/support/ktrace.h index 0d73216287c0..1e6d4a38ba28 100644 --- a/fs/xfs/support/ktrace.h +++ b/fs/xfs/support/ktrace.h | |||
@@ -31,7 +31,6 @@ typedef struct ktrace_entry { | |||
31 | * Trace buffer header structure. | 31 | * Trace buffer header structure. |
32 | */ | 32 | */ |
33 | typedef struct ktrace { | 33 | typedef struct ktrace { |
34 | lock_t kt_lock; /* mutex to guard counters */ | ||
35 | int kt_nentries; /* number of entries in trace buf */ | 34 | int kt_nentries; /* number of entries in trace buf */ |
36 | int kt_index; /* current index in entries */ | 35 | int kt_index; /* current index in entries */ |
37 | int kt_rollover; | 36 | int kt_rollover; |