From: Catalin Marinas Date: Wed, 28 Oct 2009 13:33:11 +0000 (+0000) Subject: kmemleak: Release the object lock before calling put_object() X-Git-Tag: v2.6.33-rc1~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0587da40be78d3704a48d3e9a619183891727f5f;p=pandora-kernel.git kmemleak: Release the object lock before calling put_object() The put_object() function may free the object if the use_count dropped to 0. There shouldn't be further accesses to such object unless it is known that the use_count is non-zero. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed