From 38f407e04f81285e6bfb65705f87455ff7294a3f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 21 Jun 2010 09:10:55 +0200 Subject: [PATCH] --- yaml --- r: 200631 b: refs/heads/master c: 9e495db1a1f931e82c9edccd677dd171be5b85d2 h: refs/heads/master i: 200629: e5ff65146f8cfb0eef03df94d45f4b148942a018 200627: 00b16f3de921bd955fb35865a7d9d59e893245e4 200623: 7895b13b6898364c12eb6b5ccf7ab9b6dc55ddb3 v: v3 --- [refs] | 2 +- trunk/block/cfq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 97951ebb27e3..56621d89ff27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e98ef89b30b8a2e882b11d4965347015770f3627 +refs/heads/master: 9e495db1a1f931e82c9edccd677dd171be5b85d2 diff --git a/trunk/block/cfq.h b/trunk/block/cfq.h index 8783318dc5be..93448e5a2e41 100644 --- a/trunk/block/cfq.h +++ b/trunk/block/cfq.h @@ -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); }