• B
    exofs: Remove unused data_map member from exofs_sb_info · 8d2d83a8
    Boaz Harrosh 提交于
    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: NBoaz Harrosh <bharrosh@panasas.com>
    Signed-off-by: NBenny Halevy <bhalevy@tonian.com>
    8d2d83a8
super.c 26.8 KB