diff options
Diffstat (limited to 'libbcachefs/error.h')
-rw-r--r-- | libbcachefs/error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libbcachefs/error.h b/libbcachefs/error.h index 7acf2a27..b3cc69f2 100644 --- a/libbcachefs/error.h +++ b/libbcachefs/error.h @@ -238,10 +238,11 @@ void bch2_io_error(struct bch_dev *, enum bch_member_error_type); _ret; \ }) -int bch2_inum_err_msg_trans(struct btree_trans *, struct printbuf *, subvol_inum); int bch2_inum_offset_err_msg_trans(struct btree_trans *, struct printbuf *, subvol_inum, u64); -void bch2_inum_err_msg(struct bch_fs *, struct printbuf *, subvol_inum); void bch2_inum_offset_err_msg(struct bch_fs *, struct printbuf *, subvol_inum, u64); +int bch2_inum_snap_offset_err_msg_trans(struct btree_trans *, struct printbuf *, struct bpos); +void bch2_inum_snap_offset_err_msg(struct bch_fs *, struct printbuf *, struct bpos); + #endif /* _BCACHEFS_ERROR_H */ |