X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=block%2Fcfq.h;h=2a155927e37ce50a936019cecab31805945c4e45;hb=0575b4b83edb0a766a9c1518a5da57780f386340;hp=54a6d90f8e8c914564546c1e3f699a298e8cc0e9;hpb=7b0cb1bdac9e941141e3790785955ed933d476f3;p=~andy%2Flinux diff --git a/block/cfq.h b/block/cfq.h index 54a6d90f8e8..2a155927e37 100644 --- a/block/cfq.h +++ b/block/cfq.h @@ -16,9 +16,9 @@ static inline void cfq_blkiocg_update_dequeue_stats(struct blkio_group *blkg, } static inline void cfq_blkiocg_update_timeslice_used(struct blkio_group *blkg, - unsigned long time) + unsigned long time, unsigned long unaccounted_time) { - blkiocg_update_timeslice_used(blkg, time); + blkiocg_update_timeslice_used(blkg, time, unaccounted_time); } static inline void cfq_blkiocg_set_start_empty_time(struct blkio_group *blkg) @@ -85,7 +85,7 @@ static inline void cfq_blkiocg_update_dequeue_stats(struct blkio_group *blkg, unsigned long dequeue) {} static inline void cfq_blkiocg_update_timeslice_used(struct blkio_group *blkg, - unsigned long time) {} + unsigned long time, unsigned long unaccounted_time) {} static inline void cfq_blkiocg_set_start_empty_time(struct blkio_group *blkg) {} static inline void cfq_blkiocg_update_io_remove_stats(struct blkio_group *blkg, bool direction, bool sync) {}