From 3ea9a7b13421e3f1180fb985045a6fe7e27cf9ba Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Fri, 23 Sep 2011 13:42:43 -0700 Subject: [PATCH] --- yaml --- r: 269222 b: refs/heads/master c: 1958c7c284298f0d17a1ab3820c77c40ea3d3711 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/exofs/ore.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;