diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-22 21:21:14 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-22 21:21:14 -0500 |
commit | 5134a64cebf9cbc57d76f9e69a8627227803a061 (patch) | |
tree | bf972b061fc8fa51b1dd828caebcdc8f93a3d55e /libbcachefs/util.h | |
parent | e962ffb76959b40016b8b26e366bcb30f4a40bdb (diff) |
Update bcachefs sources to c6d45169c6 bcachefs: Convert split_devs() to darray
Diffstat (limited to 'libbcachefs/util.h')
-rw-r--r-- | libbcachefs/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbcachefs/util.h b/libbcachefs/util.h index a4db93a2..4525fb51 100644 --- a/libbcachefs/util.h +++ b/libbcachefs/util.h @@ -862,4 +862,7 @@ static inline bool qstr_eq(const struct qstr l, const struct qstr r) return l.len == r.len && !memcmp(l.name, r.name, l.len); } +void bch2_darray_str_exit(darray_str *); +int bch2_split_devs(const char *, darray_str *); + #endif /* _BCACHEFS_UTIL_H */ |