From: Boaz Harrosh Date: Sun, 7 Feb 2010 17:18:58 +0000 (+0200) Subject: exofs: Prepare for groups X-Git-Tag: v2.6.34-rc1~201^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b367e78bd1c7af4c018ce98b1f6d3e001aba895a;p=pandora-kernel.git exofs: Prepare for groups * Rename _offset_dev_unit_off() to _calc_stripe_info() and recieve a struct for the output params * In _prepare_for_striping we only need to call _calc_stripe_info() once. The other componets are easy to calculate from that. This code was inspired by what's done in truncate. * Some code shifts that make sense now but will make more sense when group support is added. Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed