• B
    exofs: Move layout related members to a layout structure · 45d3abcb
    Boaz Harrosh 提交于
    * Abstract away those members in exofs_sb_info that are related/needed
      by a layout into a new exofs_layout structure. Embed it in exofs_sb_info.
    
    * At exofs_io_state receive/keep a pointer to an exofs_layout. No need for
      an exofs_sb_info pointer, all we need is at exofs_layout.
    
    * Change any usage of above exofs_sb_info members to their new name.
    Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
    45d3abcb
super.c 19.6 KB