ext4: check for zero length extent explicitly
Eryu Guan authored
commit 2f974865 upstream.

The following commit introduced a bug when checking for zero length extent

5946d089

 ext4: check for overlapping extents in ext4_valid_extent_entries()

Zero length extent could pass the check if lblock is zero.

Adding the explicit check for zero length back.
Signed-off-by: default avatarEryu Guan <guaneryu@gmail.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
4db99fb4