diff options
author | Jerome Marchand <jmarchan@redhat.com> | 2008-02-08 05:04:35 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-02-08 06:41:56 -0500 |
commit | 6f2576af5ba5913538fda7dfb7c6a17771025477 (patch) | |
tree | ff55bc30686ccec8b0ce22eb3844e78a52aea875 /include/linux | |
parent | ea5c48ab2a76559d4af39e1f7de137c0851ac0a5 (diff) |
Enhanced partition statistics: update partition statitics
Updates the enhanced partition statistics in generic block layer
besides the disk statistics.
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/genhd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 589830aca99d..4cf25a5f4159 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -365,6 +365,7 @@ static inline void free_part_stats(struct hd_struct *part) | |||
365 | 365 | ||
366 | /* drivers/block/ll_rw_blk.c */ | 366 | /* drivers/block/ll_rw_blk.c */ |
367 | extern void disk_round_stats(struct gendisk *disk); | 367 | extern void disk_round_stats(struct gendisk *disk); |
368 | extern void part_round_stats(struct hd_struct *part); | ||
368 | 369 | ||
369 | /* drivers/block/genhd.c */ | 370 | /* drivers/block/genhd.c */ |
370 | extern int get_blkdev_list(char *, int); | 371 | extern int get_blkdev_list(char *, int); |