Re: [PATCH 04/19] io-controller: Modify cfq to make use of flatelevator fair queuing

From: Vivek Goyal
Date: Mon Jun 15 2009 - 09:05:27 EST


On Mon, Jun 15, 2009 at 04:56:50PM +0800, Gui Jianfeng wrote:
> > -static inline int
> > -cfq_prio_to_slice(struct cfq_data *cfqd, struct cfq_queue *cfqq)
> > +static inline int cfq_class_rt(struct cfq_queue *cfqq)
> > {
> > - return cfq_prio_slice(cfqd, cfq_cfqq_sync(cfqq), cfqq->ioprio);
> > + return elv_ioq_class_rt(cfqq->ioq);
> > }
>
> Hi Vivek,
>
> cfq_class_rt isn't needed now, clean it up.
>

Thanks Gui. Queued up for next posting.

Vivek

> Signed-off-by: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
> ---
> block/cfq-iosched.c | 5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
> index 705e7ba..23b24b9 100644
> --- a/block/cfq-iosched.c
> +++ b/block/cfq-iosched.c
> @@ -234,11 +234,6 @@ static inline int cfq_class_idle(struct cfq_queue *cfqq)
> return elv_ioq_class_idle(cfqq->ioq);
> }
>
> -static inline int cfq_class_rt(struct cfq_queue *cfqq)
> -{
> - return elv_ioq_class_rt(cfqq->ioq);
> -}
> -
> static inline int cfq_cfqq_sync(struct cfq_queue *cfqq)
> {
> return elv_ioq_sync(cfqq->ioq);
> --
> 1.5.4.rc3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/