diff --git a/fs/exofs/ore.c b/fs/exofs/ore.c index 25305af881983a0bd78daecdcec0c63355de0f67..6114fdffcad87c73080e517d2305d00e6fb9aceb 100644 --- a/fs/exofs/ore.c +++ b/fs/exofs/ore.c @@ -753,8 +753,8 @@ struct _trunc_info { unsigned max_devs; }; -void _calc_trunk_info(struct ore_layout *layout, u64 file_offset, - struct _trunc_info *ti) +static void _calc_trunk_info(struct ore_layout *layout, u64 file_offset, + struct _trunc_info *ti) { unsigned stripe_unit = layout->stripe_unit;