From: Boaz Harrosh Date: Thu, 28 Jan 2010 09:46:16 +0000 (+0200) Subject: exofs: Move layout related members to a layout structure X-Git-Tag: v2.6.34-rc1~201^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d3abcb1a7388b2b97582e13bf9dd21784dcaa5;p=pandora-kernel.git exofs: Move layout related members to a layout structure * 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: Boaz Harrosh --- Reading git-diff-tree failed