[Devel] Re: [PATCH 15/19] io-controller: map async requests to appropriate cgroup
Vivek Goyal
vgoyal at redhat.com
Wed Jun 17 06:00:43 PDT 2009
On Wed, Jun 17, 2009 at 05:17:40PM +0800, Gui Jianfeng wrote:
> Vivek Goyal wrote:
> ...
> > +
> > +struct io_group *rq_iog(struct request_queue *q, struct request *rq)
> > {
> > return q->elevator->efqd.root_group;
> > }
>
> There is no need for this function now.
>
> Signed-off-by: Gui Jianfeng <guijianfeng at cn.fujitsu.com>
Thanks Gui. Queued up for next posting.
Vivek
> ---
> block/elevator-fq.c | 5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/block/elevator-fq.c b/block/elevator-fq.c
> index 912ac6a..bfa79c9 100644
> --- a/block/elevator-fq.c
> +++ b/block/elevator-fq.c
> @@ -2522,11 +2522,6 @@ struct io_group *io_get_io_group(struct request_queue *q, struct bio *bio,
> {
> return q->elevator->efqd.root_group;
> }
> -
> -struct io_group *rq_iog(struct request_queue *q, struct request *rq)
> -{
> - return q->elevator->efqd.root_group;
> -}
> EXPORT_SYMBOL(io_get_io_group);
> #endif /* CONFIG_GROUP_IOSCHED*/
>
> --
> 1.5.4.rc3
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list