]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move_extent_per_page() cleanup
authorAkira Fujita <a-fujita@rs.jp.nec.com>
Tue, 24 Nov 2009 15:31:56 +0000 (10:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Nov 2009 15:31:56 +0000 (10:31 -0500)
commit0551a8df9041fda2e7b957dec67853046c64b48e
tree8eee9eed14c49e5fd9e29bd7f4a68e3002999234
parentd9867843bc1cb8c0cac4010e902f713b464bdf13
ext4: move_extent_per_page() cleanup

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@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/move_extent.c