Loading fs/bcachefs/fsck.c +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static bool inode_points_to_dirent(struct bch_inode_unpacked *inode, inode->bi_dir_offset == d.k->p.offset; } static bool dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, static int dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, struct bch_inode_unpacked *inode) { if (d.v->d_type == DT_SUBVOL Loading Loading
fs/bcachefs/fsck.c +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static bool inode_points_to_dirent(struct bch_inode_unpacked *inode, inode->bi_dir_offset == d.k->p.offset; } static bool dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, static int dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, struct bch_inode_unpacked *inode) { if (d.v->d_type == DT_SUBVOL Loading