Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / include / linux / mount.h
index ca726eb..4bd0547 100644 (file)
@@ -77,7 +77,7 @@ struct vfsmount {
        int mnt_pinned;
        int mnt_ghosts;
 #ifdef CONFIG_SMP
-       int *mnt_writers;
+       int __percpu *mnt_writers;
 #else
        int mnt_writers;
 #endif