From 101a642781cf6b37848c5468d6c1a20a76c35ea9 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Thu, 3 Apr 2014 17:53:31 +0300 Subject: ore: (trivial) reformat some code rearrange some source lines. Nothing changed. Signed-off-by: Boaz Harrosh --- fs/exofs/ore_raid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fs/exofs/ore_raid.c') diff --git a/fs/exofs/ore_raid.c b/fs/exofs/ore_raid.c index 4e2c032..af417d3 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) init_async_submit(&_1ps->submit, ASYNC_TX_XOR_ZERO_DST | ASYNC_TX_ACK, - NULL, - NULL, NULL, - (addr_conv_t *)_1ps->scribble); + NULL, NULL, NULL, (addr_conv_t *)_1ps->scribble); /* TODO: raid6 */ _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], _1ps->pages, -- cgit v1.1