We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e764e68 commit abaa6d4Copy full SHA for abaa6d4
fs/bcachefs/fsck.c
@@ -28,8 +28,8 @@ static bool inode_points_to_dirent(struct bch_inode_unpacked *inode,
28
inode->bi_dir_offset == d.k->p.offset;
29
}
30
31
-static bool dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d,
32
- struct bch_inode_unpacked *inode)
+static int dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d,
+ struct bch_inode_unpacked *inode)
33
{
34
if (d.v->d_type == DT_SUBVOL
35
? le32_to_cpu(d.v->d_child_subvol) == inode->bi_subvol
0 commit comments