diff options
Diffstat (limited to 'libbcachefs/extents.h')
-rw-r--r-- | libbcachefs/extents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/extents.h b/libbcachefs/extents.h index 530686aa..facdb8a8 100644 --- a/libbcachefs/extents.h +++ b/libbcachefs/extents.h @@ -399,6 +399,8 @@ out: \ /* utility code common to all keys with pointers: */ +struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *, + unsigned); void bch2_mark_io_failure(struct bch_io_failures *, struct extent_ptr_decoded *); int bch2_bkey_pick_read_device(struct bch_fs *, struct bkey_s_c, |