diff --git a/[refs] b/[refs] index 610014c982e1..55dcf696c4eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8f8c45082cb78489c5e6050c372ddac73ae439e +refs/heads/master: 1958c7c284298f0d17a1ab3820c77c40ea3d3711 diff --git a/trunk/fs/exofs/ore.c b/trunk/fs/exofs/ore.c index 25305af88198..6114fdffcad8 100644 --- a/trunk/fs/exofs/ore.c +++ b/trunk/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;