aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
diff options
context:
space:
mode:
authorJerome Marchand <jmarchan@redhat.com>2008-02-08 06:06:21 -0500
committerJens Axboe <jens.axboe@oracle.com>2008-02-08 06:42:01 -0500
commitc3c930d93365c495fbc1df28649da7cd4b97f4af (patch)
treeca5c9efbe9b676423ace098c749425dedabd7bef /include/linux/genhd.h
parent28f39d553ee242000e62f6c589ee3dc6de3f9aaa (diff)
Enhanced partition statistics: remove old partition statistics
Removes the now unused old partition statistic code. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r--include/linux/genhd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index 4cf25a5f4159..09a3b18918c7 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -105,7 +105,6 @@ struct hd_struct {
105 sector_t nr_sects; 105 sector_t nr_sects;
106 struct device dev; 106 struct device dev;
107 struct kobject *holder_dir; 107 struct kobject *holder_dir;
108 unsigned ios[2], sectors[2]; /* READs and WRITEs */
109 int policy, partno; 108 int policy, partno;
110#ifdef CONFIG_FAIL_MAKE_REQUEST 109#ifdef CONFIG_FAIL_MAKE_REQUEST
111 int make_it_fail; 110 int make_it_fail;