]> Pileus Git - ~andy/linux/blobdiff - block/cfq.h
cfq: fix recursive call in cfq_blkiocg_update_completion_stats()
[~andy/linux] / block / cfq.h
index 8783318dc5beaf416ac4e5ccf7dbeee8f7843872..93448e5a2e410519a63ebf52e4f4572a83a16b8e 100644 (file)
@@ -63,7 +63,7 @@ static inline void cfq_blkiocg_update_dispatch_stats(struct blkio_group *blkg,
 
 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)
 {
-       cfq_blkiocg_update_completion_stats(blkg, start_time, io_start_time,
+       blkiocg_update_completion_stats(blkg, start_time, io_start_time,
                                direction, sync);
 }