]> err.no Git - linux-2.6/blobdiff - include/linux/device-mapper.h
[PATCH] Driver Core: remove unused exports
[linux-2.6] / include / linux / device-mapper.h
index 83c7d207b80e7e8416e68813cf20dc38c9545e9e..aee10b2ea4c6855c62d96673371c7eb876e291fa 100644 (file)
@@ -91,12 +91,13 @@ struct target_type {
 };
 
 struct io_restrictions {
-       unsigned short          max_sectors;
+       unsigned int            max_sectors;
        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 */
 };
 
 struct dm_target {