diff options
Diffstat (limited to 'block/cfq-iosched.c')
| -rw-r--r-- | block/cfq-iosched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 684592621736..86338d5d4d09 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -951,8 +951,8 @@ static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg) | |||
| 951 | return NULL; | 951 | return NULL; |
| 952 | } | 952 | } |
| 953 | 953 | ||
| 954 | void | 954 | void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, |
| 955 | cfq_update_blkio_group_weight(struct blkio_group *blkg, unsigned int weight) | 955 | unsigned int weight) |
| 956 | { | 956 | { |
| 957 | cfqg_of_blkg(blkg)->weight = weight; | 957 | cfqg_of_blkg(blkg)->weight = weight; |
| 958 | } | 958 | } |
