diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-02-01 07:35:28 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-10 15:34:09 -0400 |
commit | 69c8e6ce022fd87abb9c8dbbdcfd312d6513b055 (patch) | |
tree | 5153f97e1f65d2c42252ae84e6367673723eb28a /fs/bcachefs/inode.h | |
parent | 29223b5a555e90844fda741088831d06bb52b882 (diff) |
bcachefs: move fsck_write_inode() to inode.c
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/inode.h')
-rw-r--r-- | fs/bcachefs/inode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/bcachefs/inode.h b/fs/bcachefs/inode.h index b63f312581cf..b8da7ff8069d 100644 --- a/fs/bcachefs/inode.h +++ b/fs/bcachefs/inode.h @@ -108,6 +108,9 @@ static inline int bch2_inode_write(struct btree_trans *trans, return bch2_inode_write_flags(trans, iter, inode, 0); } +int __bch2_fsck_write_inode(struct btree_trans *, struct bch_inode_unpacked *, u32); +int bch2_fsck_write_inode(struct btree_trans *, struct bch_inode_unpacked *, u32); + void bch2_inode_init_early(struct bch_fs *, struct bch_inode_unpacked *); void bch2_inode_init_late(struct bch_inode_unpacked *, u64, |