ext4: remove unused code from ext4_ext_map_blocks()
commit7877191c28b1e140795c0c951dde8aad43757378
authorLukas Czerner <lczerner@redhat.com>
Tue, 20 Mar 2012 03:05:43 +0000 (19 23:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2012 03:05:43 +0000 (19 23:05 -0400)
tree2ce9989e43ad3a072a109e6df8a7cb1939f55e6b
parent5f95d21fb6f2aaa52830e5b7fb405f6c71d3ab85
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