Commit abaa6d4f authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix return type of dirent_points_to_inode_nowarn()



we're returning an error code now, not a bool

Reported-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent e764e681
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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