Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84560
b: refs/heads/master
c: 4f41b09
h: refs/heads/master
v: v3
  • Loading branch information
Vasily Averin authored and Alasdair G Kergon committed Feb 8, 2008
1 parent 38affc0 commit 53b4c9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: afb24528f9012e5c6361ca9a9128c7c089c1cc7c
refs/heads/master: 4f41b09f86e0e3b48194b2ad0356391bf6d47e40
18 changes: 9 additions & 9 deletions trunk/include/linux/device-mapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ struct target_type {
};

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

struct dm_target {
Expand Down

0 comments on commit 53b4c9f

Please sign in to comment.