diff options
Diffstat (limited to 'libbcachefs/inode.h')
-rw-r--r-- | libbcachefs/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/inode.h b/libbcachefs/inode.h index 88dfae4..b753e1b 100644 --- a/libbcachefs/inode.h +++ b/libbcachefs/inode.h @@ -82,7 +82,7 @@ struct bkey_inode_buf { void bch2_inode_pack(struct bkey_inode_buf *, const struct bch_inode_unpacked *); int bch2_inode_unpack(struct bkey_s_c, struct bch_inode_unpacked *); -struct bkey_s_c bch2_inode_to_v3(struct btree_trans *, struct bkey_s_c); +struct bkey_i *bch2_inode_to_v3(struct btree_trans *, struct bkey_i *); void bch2_inode_unpacked_to_text(struct printbuf *, struct bch_inode_unpacked *); |