From: Wang Sheng-Hui Date: Thu, 27 Sep 2012 12:00:01 +0000 (-0400) Subject: ext4: remove redundant offset check in mext_check_arguments() X-Git-Tag: v3.7-rc1~91^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb4ee830e0057f8d60b4e0a8c4b6daa6cdd28d7;p=pandora-kernel.git ext4: remove redundant offset check in mext_check_arguments() In the check code above, if orig_start != donor_start, we would return -EINVAL. So here, orig_start should be equal with donor_start. Remove the redundant check here. Signed-off-by: Wang Sheng-Hui Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed