aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/ore_raid.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exofs/ore_raid.h')
-rw-r--r--fs/exofs/ore_raid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/exofs/ore_raid.h b/fs/exofs/ore_raid.h
index d365bda6beef..cf6375d82129 100644
--- a/fs/exofs/ore_raid.h
+++ b/fs/exofs/ore_raid.h
@@ -38,7 +38,8 @@ void _ore_free_raid_stuff(struct ore_io_state *ios);
38void _ore_add_sg_seg(struct ore_per_dev_state *per_dev, unsigned cur_len, 38void _ore_add_sg_seg(struct ore_per_dev_state *per_dev, unsigned cur_len,
39 bool not_last); 39 bool not_last);
40int _ore_add_parity_unit(struct ore_io_state *ios, struct ore_striping_info *si, 40int _ore_add_parity_unit(struct ore_io_state *ios, struct ore_striping_info *si,
41 struct ore_per_dev_state *per_dev, unsigned cur_len); 41 struct ore_per_dev_state *per_dev, unsigned cur_len,
42 bool do_xor);
42void _ore_add_stripe_page(struct __stripe_pages_2d *sp2d, 43void _ore_add_stripe_page(struct __stripe_pages_2d *sp2d,
43 struct ore_striping_info *si, struct page *page); 44 struct ore_striping_info *si, struct page *page);
44static inline void _add_stripe_page(struct __stripe_pages_2d *sp2d, 45static inline void _add_stripe_page(struct __stripe_pages_2d *sp2d,