diff options
Diffstat (limited to 'include/linux/dm-io.h')
| -rw-r--r-- | include/linux/dm-io.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/dm-io.h b/include/linux/dm-io.h index b6bf17ee2f61..5c9186b93fff 100644 --- a/include/linux/dm-io.h +++ b/include/linux/dm-io.h | |||
| @@ -37,14 +37,14 @@ enum dm_io_mem_type { | |||
| 37 | struct dm_io_memory { | 37 | struct dm_io_memory { | 
| 38 | enum dm_io_mem_type type; | 38 | enum dm_io_mem_type type; | 
| 39 | 39 | ||
| 40 | unsigned offset; | ||
| 41 | |||
| 40 | union { | 42 | union { | 
| 41 | struct page_list *pl; | 43 | struct page_list *pl; | 
| 42 | struct bio_vec *bvec; | 44 | struct bio_vec *bvec; | 
| 43 | void *vma; | 45 | void *vma; | 
| 44 | void *addr; | 46 | void *addr; | 
| 45 | } ptr; | 47 | } ptr; | 
| 46 | |||
| 47 | unsigned offset; | ||
| 48 | }; | 48 | }; | 
| 49 | 49 | ||
| 50 | struct dm_io_notify { | 50 | struct dm_io_notify { | 
