Loading block/cfq-iosched.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1004,7 +1004,7 @@ static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg) return NULL; return NULL; } } void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, static void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, unsigned int weight) unsigned int weight) { { struct cfq_group *cfqg = cfqg_of_blkg(blkg); struct cfq_group *cfqg = cfqg_of_blkg(blkg); Loading Loading @@ -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 * it should not be NULL as even if elevator was exiting, cgroup deltion * path got to it first. * 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; unsigned long flags; struct cfq_data *cfqd = key; struct cfq_data *cfqd = key; Loading Loading
block/cfq-iosched.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1004,7 +1004,7 @@ static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg) return NULL; return NULL; } } void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, static void cfq_update_blkio_group_weight(void *key, struct blkio_group *blkg, unsigned int weight) unsigned int weight) { { struct cfq_group *cfqg = cfqg_of_blkg(blkg); struct cfq_group *cfqg = cfqg_of_blkg(blkg); Loading Loading @@ -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 * it should not be NULL as even if elevator was exiting, cgroup deltion * path got to it first. * 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; unsigned long flags; struct cfq_data *cfqd = key; struct cfq_data *cfqd = key; Loading