From: Boaz Harrosh Date: Wed, 28 Sep 2011 10:18:45 +0000 (+0300) Subject: ore/exofs: Define new ore_verify_layout X-Git-Tag: v3.2-rc1~155^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a51c0c7e9a913649aa65d8233470682bcbb7694;p=pandora-kernel.git ore/exofs: Define new ore_verify_layout All users of the ore will need to check if current code supports the given layout. For example RAID5/6 is not currently supported. So move all the checks from exofs/super.c to a new ore_verify_layout() to be used by ore users. Note that any new layout should be passed through the ore_verify_layout() because the ore engine will prepare and verify some internal members of ore_layout, and assumes it's called. Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed