diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-10 21:48:18 +0200 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-14 05:00:50 +0200 |
commit | 06a8693b890c0cf7d94bf7c6f0e2adf3a3aaa346 (patch) | |
tree | fd5473c7afd0ae51d8661c1a8b0e11eb3fb6a79f /fs/bcachefs/bcachefs.h | |
parent | bcachefs: Improve trans_blocked_journal_reclaim tracepoint (diff) | |
download | linux-06a8693b890c0cf7d94bf7c6f0e2adf3a3aaa346.tar.xz linux-06a8693b890c0cf7d94bf7c6f0e2adf3a3aaa346.zip |
bcachefs: Add a time_stat for blocked on key cache flush
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/bcachefs.h')
-rw-r--r-- | fs/bcachefs/bcachefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h index eedf2d6045e7..0c7086e00d18 100644 --- a/fs/bcachefs/bcachefs.h +++ b/fs/bcachefs/bcachefs.h @@ -447,6 +447,7 @@ BCH_DEBUG_PARAMS_DEBUG() x(blocked_journal_low_on_space) \ x(blocked_journal_low_on_pin) \ x(blocked_journal_max_in_flight) \ + x(blocked_key_cache_flush) \ x(blocked_allocate) \ x(blocked_allocate_open_bucket) \ x(blocked_write_buffer_full) \ |