diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2014-04-03 10:53:31 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2014-05-22 07:45:21 -0400 |
commit | 101a642781cf6b37848c5468d6c1a20a76c35ea9 (patch) | |
tree | 2b0c11576456b8d21bc468502d321b1983c214f5 /fs/exofs/ore_raid.c | |
parent | d6d211db37e75de2ddc3a4f979038c40df7cc79c (diff) |
ore: (trivial) reformat some code
rearrange some source lines. Nothing changed.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/ore_raid.c')
-rw-r--r-- | fs/exofs/ore_raid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/exofs/ore_raid.c b/fs/exofs/ore_raid.c index 4e2c032ab8a1..af417d351535 100644 --- a/fs/exofs/ore_raid.c +++ b/fs/exofs/ore_raid.c | |||
@@ -226,9 +226,7 @@ static void _gen_xor_unit(struct __stripe_pages_2d *sp2d) | |||
226 | 226 | ||
227 | init_async_submit(&_1ps->submit, | 227 | init_async_submit(&_1ps->submit, |
228 | ASYNC_TX_XOR_ZERO_DST | ASYNC_TX_ACK, | 228 | ASYNC_TX_XOR_ZERO_DST | ASYNC_TX_ACK, |
229 | NULL, | 229 | NULL, NULL, NULL, (addr_conv_t *)_1ps->scribble); |
230 | NULL, NULL, | ||
231 | (addr_conv_t *)_1ps->scribble); | ||
232 | 230 | ||
233 | /* TODO: raid6 */ | 231 | /* TODO: raid6 */ |
234 | _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], _1ps->pages, | 232 | _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], _1ps->pages, |