From: Jan Kara Date: Fri, 12 Apr 2013 03:56:53 +0000 (-0400) Subject: ext4: use io_end for multiple bios X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~83^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eec708d263f0ee10861d69251708a225b64cac7;p=pandora-kernel.git ext4: use io_end for multiple bios Change writeback path to create just one io_end structure for the extent to which we submit IO and share it among bios writing that extent. This prevents needless splitting and joining of unwritten extents when they cannot be submitted as a single bio. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" Reviewed-by: Dmitry Monakhov Reviewed-by: Zheng Liu --- Reading git-diff-tree failed