From: Jan Kara Date: Mon, 23 Nov 2009 12:24:48 +0000 (-0500) Subject: ext4: fix error handling in ext4_ind_get_blocks() X-Git-Tag: v2.6.33-rc1~330^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bba702d4f88d7b010ec37e2527b552588404ae7;p=pandora-kernel.git ext4: fix error handling in ext4_ind_get_blocks() When an error happened in ext4_splice_branch we failed to notice that in ext4_ind_get_blocks and mapped the buffer anyway. Fix the problem by checking for error properly. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed