From: Jan Kara Date: Mon, 28 Jan 2013 14:43:46 +0000 (-0500) Subject: ext4: move work from io_end to inode X-Git-Tag: v3.9-rc1~64^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c17543ab5685d950da73209df0ecda26e72d3b;p=pandora-kernel.git ext4: move work from io_end to inode It does not make much sense to have struct work in ext4_io_end_t because we always use it for only one ext4_io_end_t per inode (the first one in the i_completed_io list). So just move the structure to inode itself. This also allows for a small simplification in processing io_end structures. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed