From: Aneesh Kumar K.V Date: Tue, 4 Nov 2008 14:10:50 +0000 (-0500) Subject: ext4: fix missing ext4_unlock_group in error path X-Git-Tag: v2.6.28-rc4~21^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2d9fb18e575ed37ffc241ece4bf68f0be4ae32;p=pandora-kernel.git ext4: fix missing ext4_unlock_group in error path If we try to free a block which is already freed, the code was returning without first unlocking the group. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed