diff options
author | Jerome Marchand <jmarchan@redhat.com> | 2008-02-08 06:06:21 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-02-08 06:42:01 -0500 |
commit | c3c930d93365c495fbc1df28649da7cd4b97f4af (patch) | |
tree | ca5c9efbe9b676423ace098c749425dedabd7bef /block | |
parent | 28f39d553ee242000e62f6c589ee3dc6de3f9aaa (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 'block')
-rw-r--r-- | block/blk-core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 2358fc5de5a4..e9754dc98ec4 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1219,10 +1219,6 @@ static inline void blk_partition_remap(struct bio *bio) | |||
1219 | 1219 | ||
1220 | if (bio_sectors(bio) && bdev != bdev->bd_contains) { | 1220 | if (bio_sectors(bio) && bdev != bdev->bd_contains) { |
1221 | struct hd_struct *p = bdev->bd_part; | 1221 | struct hd_struct *p = bdev->bd_part; |
1222 | const int rw = bio_data_dir(bio); | ||
1223 | |||
1224 | p->sectors[rw] += bio_sectors(bio); | ||
1225 | p->ios[rw]++; | ||
1226 | 1222 | ||
1227 | bio->bi_sector += p->start_sect; | 1223 | bio->bi_sector += p->start_sect; |
1228 | bio->bi_bdev = bdev->bd_contains; | 1224 | bio->bi_bdev = bdev->bd_contains; |