From: Boaz Harrosh Date: Wed, 10 Aug 2011 21:15:02 +0000 (-0700) Subject: exofs: Remove unused data_map member from exofs_sb_info X-Git-Tag: v3.2-rc1~155^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2d83a8352b0f9c1da82c36f741722f2960feea;p=pandora-kernel.git exofs: Remove unused data_map member from exofs_sb_info The struct pnfs_osd_data_map data_map member of exofs_sb_info was never used after mount. In fact all it's members were duplicated by the ore_layout structure. So just remove the duplicated information. Also removed some stupid, but perfectly supported, restrictions on layout parameters. The case where num_devices is not divisible by mirror_count+1 is perfectly fine since the rotating device view will eventually use all the devices it can get. Signed-off-by: Boaz Harrosh Signed-off-by: Benny Halevy --- Reading git-diff-tree failed