From: Eryu Guan Date: Thu, 14 May 2015 23:00:45 +0000 (-0400) Subject: ext4: check for zero length extent explicitly X-Git-Tag: omap-for-v4.2/soc-pt1-take2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f974865f;p=pandora-kernel.git ext4: check for zero length extent explicitly The following commit introduced a bug when checking for zero length extent 5946d08 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: Eryu Guan Signed-off-by: Theodore Ts'o Cc: stable@vger.kernel.org --- Reading git-diff-tree failed