Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1958c7c2 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Boaz Harrosh
Browse files

exofs/ore.c: local functions should be static



This quiets the sparse noise:

warning: symbol '_calc_trunk_info' was not declared. Should it be static?

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent a8f8c450
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -753,7 +753,7 @@ struct _trunc_info {
	unsigned max_devs;
};

void _calc_trunk_info(struct ore_layout *layout, u64 file_offset,
static void _calc_trunk_info(struct ore_layout *layout, u64 file_offset,
			     struct _trunc_info *ti)
{
	unsigned stripe_unit = layout->stripe_unit;