]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove unused code from ext4_ext_map_blocks()
authorLukas Czerner <lczerner@redhat.com>
Tue, 20 Mar 2012 03:05:43 +0000 (23:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2012 03:05:43 +0000 (23:05 -0400)
commit2a1793b2ebbba85f364b4a092382f57c6d0c0404
tree2ce9989e43ad3a072a109e6df8a7cb1939f55e6b
parenta487f28afc9c1d845e3f8b1c7a33c9e8cc8b0e07
ext4: remove unused code from ext4_ext_map_blocks()

Since the commit 'Rewrite punch hole to use ext4_ext_remove_space()'
reworked the punch hole implementation to use ext4_ext_remove_space()
instead of ext4_ext_map_blocks(), we can remove the code which is no
longer needed from the ext4_ext_map_blocks().

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c