From: Eric Whitney Date: Wed, 19 Feb 2014 23:52:39 +0000 (-0500) Subject: ext4: fix error return from ext4_ext_handle_uninitialized_extents() X-Git-Tag: v3.15-rc1~91^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce37c42919608e96ade3748fe23c3062a0a966c5;p=pandora-kernel.git ext4: fix error return from ext4_ext_handle_uninitialized_extents() Commit 3779473246 breaks the return of error codes from ext4_ext_handle_uninitialized_extents() in ext4_ext_map_blocks(). A portion of the patch assigns that function's signed integer return value to an unsigned int. Consequently, negatively valued error codes are lost and can be treated as a bogus allocated block count. Signed-off-by: Eric Whitney Signed-off-by: "Theodore Ts'o" Cc: stable@vger.kernel.org --- Reading git-diff-tree failed