From: Shen Feng Date: Mon, 14 Jul 2008 01:03:31 +0000 (-0400) Subject: ext4: fix error processing in mb_free_blocks X-Git-Tag: v2.6.27-rc1~1087^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5a8cdd843b7af8d6d38a9bf96306145edb66e0;p=pandora-kernel.git ext4: fix error processing in mb_free_blocks The error processing of the return value of mb_free_blocks is meanless because it only returns 0. This fix includes - make mb_free_blocks return void - remove the error processing part in callers - unlock group before calling ext4_error in mb_free_blocks Signed-off-by: Shen Feng Cc: Mingming Cao Cc: Theodore Ts'o Signed-off-by: Andrew Morton Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed