From 4eec708d263f0ee10861d69251708a225b64cac7 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 11 Apr 2013 23:56:53 -0400 Subject: [PATCH] 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-format-patch failed