commit | 98260754046eee4cc7d75751a4a20182ade39f58 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Sun Oct 02 15:32:50 2011 +0200 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Fri Oct 14 18:53:54 2011 +0200 |
tree | 550d555ffbb51dde9a5fce2ecea1f19385de069e | |
parent | b916c5cd4d895a27b47a652648958f73e4f23ac6 [diff] |
ore: cleanup: Embed an ore_striping_info inside ore_io_state Now that each ore_io_state covers only a single raid group. A single striping_info math is needed. Embed one inside ore_io_state to cache the calculation results and eliminate an extra call. Also the outer _prepare_for_striping is removed since it does nothing. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>