From 22e5d7a4e17cd550909aeac0088c1f13afcbb344 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 6 Jun 2011 05:07:54 +0200 Subject: [PATCH] --- yaml --- r: 258595 b: refs/heads/master c: 8aea45451b252e4be09ee9974c5658bb47c81625 h: refs/heads/master i: 258593: df498e298ced6ea0e87fa260cbbd5c107386ddc3 258591: b7775b175dd7c519fd67271ea03d3a3df83933ee v: v3 --- [refs] | 2 +- trunk/block/cfq-iosched.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d91670930e36..48c90260f08f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b50902db5eb8a220160fb89e95aa11967998d12 +refs/heads/master: 8aea45451b252e4be09ee9974c5658bb47c81625 diff --git a/trunk/block/cfq-iosched.c b/trunk/block/cfq-iosched.c index 000719c484c3..2b2d7a9a42ab 100644 --- a/trunk/block/cfq-iosched.c +++ b/trunk/block/cfq-iosched.c @@ -1004,8 +1004,8 @@ static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg) return NULL; } -void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, - unsigned int weight) +static void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, + unsigned int weight) { struct cfq_group *cfqg = cfqg_of_blkg(blkg); cfqg->new_weight = weight; @@ -1234,7 +1234,7 @@ static void cfq_release_cfq_groups(struct cfq_data *cfqd) * it should not be NULL as even if elevator was exiting, cgroup deltion * path got to it first. */ -void cfq_unlink_blkio_group(void *key, struct blkio_group *blkg) +static void cfq_unlink_blkio_group(void *key, struct blkio_group *blkg) { unsigned long flags; struct cfq_data *cfqd = key;