These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / md / raid0.h
index 05539d9..7127a62 100644 (file)
@@ -12,8 +12,6 @@ struct r0conf {
        struct md_rdev          **devlist; /* lists of rdevs, pointed to
                                            * by strip_zone->dev */
        int                     nr_strip_zones;
-       int                     has_merge_bvec; /* at least one member has
-                                                * a merge_bvec_fn */
 };
 
 #endif