Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[linux-2.6-microblaze.git] / drivers / md / raid5.h
index aea2447..8474c22 100644 (file)
@@ -670,7 +670,7 @@ struct r5conf {
        int                     pool_size; /* number of disks in stripeheads in pool */
        spinlock_t              device_lock;
        struct disk_info        *disks;
-       struct bio_set          *bio_split;
+       struct bio_set          bio_split;
 
        /* When taking over an array from a different personality, we store
         * the new thread here until we fully activate the array.