From: Namhyung Kim Date: Wed, 29 Sep 2010 12:02:14 +0000 (+0900) Subject: slub: Add lock release annotation X-Git-Tag: v2.6.37-rc1~141^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3478973dedee5e957c45dc93c11d12dc3f733ee0;p=pandora-kernel.git slub: Add lock release annotation The unfreeze_slab() releases page's PG_locked bit but was missing proper annotation. The deactivate_slab() needs to be marked also since it calls unfreeze_slab() without grabbing the lock. Acked-by: David Rientjes Signed-off-by: Namhyung Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed