Commit 4f41b09f authored by Vasily Averin's avatar Vasily Averin Committed by Alasdair G Kergon

dm: table remove unused variable

Save some bytes.
Signed-off-by: default avatarVasily Averin <vvs@sw.ru>
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent afb24528
...@@ -110,15 +110,15 @@ struct target_type { ...@@ -110,15 +110,15 @@ struct target_type {
}; };
struct io_restrictions { struct io_restrictions {
unsigned int max_sectors; unsigned long bounce_pfn;
unsigned short max_phys_segments; unsigned long seg_boundary_mask;
unsigned short max_hw_segments; unsigned max_hw_sectors;
unsigned short hardsect_size; unsigned max_sectors;
unsigned int max_segment_size; unsigned max_segment_size;
unsigned int max_hw_sectors; unsigned short hardsect_size;
unsigned long seg_boundary_mask; unsigned short max_hw_segments;
unsigned long bounce_pfn; unsigned short max_phys_segments;
unsigned char no_cluster; /* inverted so that 0 is default */ unsigned char no_cluster; /* inverted so that 0 is default */
}; };
struct dm_target { struct dm_target {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment