dm: eliminate some holes data structures
[safe/jmp/linux-2.6] / include / linux / dm-io.h
index b6bf17e..5c9186b 100644 (file)
@@ -37,14 +37,14 @@ enum dm_io_mem_type {
 struct dm_io_memory {
        enum dm_io_mem_type type;
 
+       unsigned offset;
+
        union {
                struct page_list *pl;
                struct bio_vec *bvec;
                void *vma;
                void *addr;
        } ptr;
-
-       unsigned offset;
 };
 
 struct dm_io_notify {