diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-13 23:20:16 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-13 23:20:16 -0500 |
commit | 85d6162d6cea9220e483989817eac0cebc03070e (patch) | |
tree | 275f1594f1ab7a2e033c4df1af660f5695bcf060 /include/linux/genhd.h | |
parent | c9d39130123238ac18478a42e25cb7996eacfcc0 (diff) | |
parent | 4ba529a8a39e15688b6a3d31b11930d1f8a1edad (diff) |
Merge branch 'master'
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 8eeaa53a68c..eef5ccdcd73 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -78,7 +78,7 @@ struct hd_struct { sector_t start_sect; sector_t nr_sects; struct kobject kobj; - unsigned ios[2], sectors[2]; + unsigned ios[2], sectors[2]; /* READs and WRITEs */ int policy, partno; }; @@ -89,7 +89,7 @@ struct hd_struct { #define GENHD_FL_SUPPRESS_PARTITION_INFO 32 struct disk_stats { - unsigned sectors[2]; + unsigned sectors[2]; /* READs and WRITEs */ unsigned ios[2]; unsigned merges[2]; unsigned ticks[2]; |