diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-17 12:42:47 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-17 12:51:03 -0400 |
commit | 0f59cc6a9eae6624f767cb74a405971de5919135 (patch) | |
tree | c9ce0b10a0d9f9d2f8544628fa8ebbc81baa539b /libbcachefs/data_update.c | |
parent | 28039ec698d81cd4581ca47191ed13568932e402 (diff) |
Update bcachefs sources to 65456ba56b93 bcachefs: Fix struct with flex member ABI warning
Diffstat (limited to 'libbcachefs/data_update.c')
-rw-r--r-- | libbcachefs/data_update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/data_update.c b/libbcachefs/data_update.c index b211c972..c3034338 100644 --- a/libbcachefs/data_update.c +++ b/libbcachefs/data_update.c @@ -358,7 +358,7 @@ restart_drop_extra_replicas: prt_str(&buf, "\nnew: "); bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(insert)); - bch2_print_string_as_lines(KERN_ERR, buf.buf); + bch2_print_str(c, KERN_ERR, buf.buf); printbuf_exit(&buf); bch2_fatal_error(c); |