diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-16 16:08:41 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-17 14:23:49 -0400 |
commit | c0836924b19ae84ad95d7ec97455c96f61b81201 (patch) | |
tree | e48afe4496a7e6ef8c7ec6a1d5d14064f69747ba /libbcachefs/trace.h | |
parent | f42ee45c6e6409ad7c971aa37aef69b97d761006 (diff) |
Update bcachefs sources to 4d28432bcc5f bcachefs: Validate bch_sb.offset field
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/trace.h')
-rw-r--r-- | libbcachefs/trace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/trace.h b/libbcachefs/trace.h index c8669a6b..519d00d6 100644 --- a/libbcachefs/trace.h +++ b/libbcachefs/trace.h @@ -846,6 +846,11 @@ DEFINE_EVENT(fs_str, io_move_fail, TP_ARGS(c, str) ); +DEFINE_EVENT(fs_str, io_move_write_fail, + TP_PROTO(struct bch_fs *c, const char *str), + TP_ARGS(c, str) +); + DEFINE_EVENT(fs_str, io_move_start_fail, TP_PROTO(struct bch_fs *c, const char *str), TP_ARGS(c, str) |