From: Namhyung Kim Date: Wed, 15 Sep 2010 01:04:30 +0000 (+0900) Subject: kprobes: Add sparse context annotations X-Git-Tag: v2.6.37-rc1~214^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635c17c2b2b4e5cd34f5dcba19d751b4e58533c2;p=pandora-kernel.git kprobes: Add sparse context annotations This removes following warnings when build with C=1 warning: context imbalance in 'kretprobe_hash_lock' - wrong count at exit warning: context imbalance in 'kretprobe_table_lock' - wrong count at exit warning: context imbalance in 'kretprobe_hash_unlock' - unexpected unlock warning: context imbalance in 'kretprobe_table_unlock' - unexpected unlock Signed-off-by: Namhyung Kim Acked-by: Masami Hiramatsu LKML-Reference: <1284512670-2369-6-git-send-email-namhyung@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed