percpu: add __percpu sparse annotations to what's left
[deliverable/linux.git] / drivers / md / raid5.c
index e84204eb12dff9c87daaf8ecbdba4462eda8971f..77cb3ab4bf451c9b7918a988e1f5a3251ddadab5 100644 (file)
@@ -4680,7 +4680,7 @@ static int raid5_alloc_percpu(raid5_conf_t *conf)
 {
        unsigned long cpu;
        struct page *spare_page;
-       struct raid5_percpu *allcpus;
+       struct raid5_percpu __percpu *allcpus;
        void *scribble;
        int err;
 
This page took 0.030944 seconds and 5 git commands to generate.