diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/cfq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq.h b/block/cfq.h index 8783318dc5be..93448e5a2e41 100644 --- a/block/cfq.h +++ b/block/cfq.h | |||
@@ -63,7 +63,7 @@ static inline void cfq_blkiocg_update_dispatch_stats(struct blkio_group *blkg, | |||
63 | 63 | ||
64 | static inline void cfq_blkiocg_update_completion_stats(struct blkio_group *blkg, uint64_t start_time, uint64_t io_start_time, bool direction, bool sync) | 64 | static inline void cfq_blkiocg_update_completion_stats(struct blkio_group *blkg, uint64_t start_time, uint64_t io_start_time, bool direction, bool sync) |
65 | { | 65 | { |
66 | cfq_blkiocg_update_completion_stats(blkg, start_time, io_start_time, | 66 | blkiocg_update_completion_stats(blkg, start_time, io_start_time, |
67 | direction, sync); | 67 | direction, sync); |
68 | } | 68 | } |
69 | 69 | ||