Lukas Czerner 78fb9cdf03 ext4: remove unused code from ext4_remove_blocks()
The "head removal" branch in the condition is never used in any code
path in ext4 since the function only caller ext4_ext_rm_leaf() will make
sure that the extent is properly split before removing blocks. Note that
there is a bug in this branch anyway.

This commit removes the unused code completely and makes use of
ext4_error() instead of printk if dubious range is provided.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2013-05-27 23:32:35 -04:00
..
2011-07-25 14:30:23 -04:00
2013-05-03 02:15:52 -04:00
2013-05-03 02:15:52 -04:00
2013-05-07 20:16:25 -07:00
2013-04-09 22:48:36 -04:00
2012-12-10 16:30:43 -05:00
2012-12-10 16:30:43 -05:00