]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
percpu: add __percpu sparse annotations to fs
authorTejun Heo <tj@kernel.org>
Tue, 2 Feb 2010 05:39:01 +0000 (14:39 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 17 Feb 2010 02:17:38 +0000 (11:17 +0900)
commit003cb608a2533d0927a83bc4e07e46d7a622eda9
tree19347ffcec1c09cda9c4fd01addd8797cf8e31c4
parent43cf38eb5cea91245502df3fcee4dbfc1c74dd1c
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 <tj@kernel.org>
Cc: "Theodore Ts'o" <tytso@mit.edu>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Alex Elder <aelder@sgi.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
fs/ext4/ext4.h
fs/nfs/iostat.h
fs/xfs/xfs_mount.h
include/linux/mount.h
include/linux/nfs_fs_sb.h