aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-03-27 04:17:56 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 11:44:59 -0500
commit100873687d81d4ce7b1299b447d33e87ba1e9583 (patch)
treed001189d851885fca9a8b287053a4d179c071763 /include
parent6a4d44c1f1108d6c9e8850e8cf166aaba0e56eae (diff)
[PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidy
Remove all the CONFIG_SYSFS stuff. That's supposed to all be implemented up in header files. Yes, the CONFIG_SYSFS=n data structures will be a little larger than necessary, but that's a tradeoff we can decide to make. Cc: Jun'ichi Nomura <j-nomura@ce.jp.nec.com> Cc: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/genhd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index eea61cc8fac1..bd7db861041e 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -78,9 +78,7 @@ struct hd_struct {
78 sector_t start_sect; 78 sector_t start_sect;
79 sector_t nr_sects; 79 sector_t nr_sects;
80 struct kobject kobj; 80 struct kobject kobj;
81#ifdef CONFIG_SYSFS
82 struct kobject *holder_dir; 81 struct kobject *holder_dir;
83#endif
84 unsigned ios[2], sectors[2]; /* READs and WRITEs */ 82 unsigned ios[2], sectors[2]; /* READs and WRITEs */
85 int policy, partno; 83 int policy, partno;
86}; 84};
@@ -117,10 +115,8 @@ struct gendisk {
117 int number; /* more of the same */ 115 int number; /* more of the same */
118 struct device *driverfs_dev; 116 struct device *driverfs_dev;
119 struct kobject kobj; 117 struct kobject kobj;
120#ifdef CONFIG_SYSFS
121 struct kobject *holder_dir; 118 struct kobject *holder_dir;
122 struct kobject *slave_dir; 119 struct kobject *slave_dir;
123#endif
124 120
125 struct timer_rand_state *random; 121 struct timer_rand_state *random;
126 int policy; 122 int policy;