From: Tejun Heo Date: Tue, 2 Feb 2010 05:39:01 +0000 (+0900) Subject: percpu: add __percpu sparse annotations to fs X-Git-Tag: v2.6.34-rc1~223^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003cb608a2533d0927a83bc4e07e46d7a622eda9;p=pandora-kernel.git percpu: add __percpu sparse annotations to fs Add __percpu sparse annotations to fs. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affect normal builds. Signed-off-by: Tejun Heo Cc: "Theodore Ts'o" Cc: Trond Myklebust Cc: Alex Elder Cc: Christoph Hellwig Cc: Alexander Viro --- Reading git-diff-tree failed