it saves some bytes memory

Signed-off-by:  Vasily Averin <[EMAIL PROTECTED]>

--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -110,12 +110,12 @@ struct target_type {
 };

 struct io_restrictions {
+       unsigned long           seg_boundary_mask;
        unsigned int            max_sectors;
+       unsigned int            max_segment_size;
        unsigned short          max_phys_segments;
        unsigned short          max_hw_segments;
        unsigned short          hardsect_size;
-       unsigned int            max_segment_size;
-       unsigned long           seg_boundary_mask;
        unsigned char           no_cluster; /* inverted so that 0 is default */
 };

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to