aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exofs')
-rw-r--r--fs/exofs/ore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/exofs/ore.c b/fs/exofs/ore.c
index 25305af88198..6114fdffcad8 100644
--- a/fs/exofs/ore.c
+++ b/fs/exofs/ore.c
@@ -753,8 +753,8 @@ struct _trunc_info {
753 unsigned max_devs; 753 unsigned max_devs;
754}; 754};
755 755
756void _calc_trunk_info(struct ore_layout *layout, u64 file_offset, 756static void _calc_trunk_info(struct ore_layout *layout, u64 file_offset,
757 struct _trunc_info *ti) 757 struct _trunc_info *ti)
758{ 758{
759 unsigned stripe_unit = layout->stripe_unit; 759 unsigned stripe_unit = layout->stripe_unit;
760 760