From: Darrick J. Wong Date: Tue, 13 Nov 2012 04:51:02 +0000 (-0500) Subject: ext4: don't verify checksums of dx non-leaf nodes during fallback scan X-Git-Tag: v3.8-rc1~89^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6af8803cd4f56aa62a47448c55030d4905b6783;p=pandora-kernel.git ext4: don't verify checksums of dx non-leaf nodes during fallback scan During a directory entry lookup of a hashed directory, if the hash-based lookup functions fail and we fall back to a linear scan, don't try to verify the dirent checksum on the internal nodes of the hash tree because they don't store a checksum in a hidden dirent like the leaf nodes do. Reported-by: George Spelvin Signed-off-by: Darrick J. Wong Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed