From: Tao Ma Date: Thu, 30 Jul 2009 08:07:10 +0000 (+0800) Subject: ocfs2/quota: Release lock for error in ocfs2_quota_write. X-Git-Tag: v2.6.31-rc6~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9956fae7dbce6ac770e7a00436c496ddbbd3215;p=pandora-kernel.git ocfs2/quota: Release lock for error in ocfs2_quota_write. ocfs2_quota_write needs to release the lock if it fails to read quota block. So use "goto out" instead of "return err". Signed-off-by: Tao Ma Acked-by: Jan Kara Signed-off-by: Joel Becker --- Reading git-diff-tree failed