From: Tao Ma Date: Mon, 10 Dec 2012 19:05:58 +0000 (-0500) Subject: ext4: refactor __ext4_check_dir_entry() to accept start and size X-Git-Tag: v3.8-rc1~89^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226ba972b0863783ad377f741f6ff0538f31ab00;p=pandora-kernel.git ext4: refactor __ext4_check_dir_entry() to accept start and size The __ext4_check_dir_entry() function() is used to check whether the de is over the block boundary. Now with inline data, it could be within the block boundary while exceeds the inode size. So check this function to check the overflow more precisely. Signed-off-by: Tao Ma Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed