On Wed, Nov 18, 2009 at 04:26:15PM +0900, Akira Fujita wrote: > ext4: move_extent_per_page() cleanup > > From: Akira Fujita <a-fujita@xxxxxxxxxxxxx> > > This is a cleanup patch. > Integrate duplicate lines (acquire/release semaphore > and invalidate extent cache in move_extent_per_page()) > into mext_replace_branches(), > so this change leads to the code size reduction. Applied to the ext4 patch queue with the following rewording of the commit description: ext4: move_extent_per_page() cleanup From: Akira Fujita <a-fujita@xxxxxxxxxxxxx> Integrate duplicate lines (acquire/release semaphore and invalidate extent cache in move_extent_per_page()) into mext_replace_branches(), to reduce source and object code size. Signed-off-by: Akira Fujita <a-fujita@xxxxxxxxxxxxx> Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html