diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-30 22:54:04 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-01-03 20:31:37 -0500 |
commit | 1f79cf3825e94fcb146d417b6dda9b94c93c7a53 (patch) | |
tree | 152d89dcb9217e1dbe18594d038a077e0d6f822c /libbcachefs/printbuf.h | |
parent | 3054e5debba5ccf842346bd202921f08e43d1e84 (diff) |
Update bcachefs sources to 2a6125decb43 bcachefs: bch_sb_field_downgrade
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/printbuf.h')
-rw-r--r-- | libbcachefs/printbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/printbuf.h b/libbcachefs/printbuf.h index 2191423d..9a4a56c4 100644 --- a/libbcachefs/printbuf.h +++ b/libbcachefs/printbuf.h @@ -124,6 +124,8 @@ void bch2_prt_units_u64(struct printbuf *, u64); void bch2_prt_units_s64(struct printbuf *, s64); void bch2_prt_string_option(struct printbuf *, const char * const[], size_t); void bch2_prt_bitflags(struct printbuf *, const char * const[], u64); +void bch2_prt_bitflags_vector(struct printbuf *, const char * const[], + unsigned long *, unsigned); /* Initializer for a heap allocated printbuf: */ #define PRINTBUF ((struct printbuf) { .heap_allocated = true }) |