All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH for-3.5] cgroup: remove cgroup_subsys->populate()
Date: Wed, 11 Apr 2012 08:40:27 +0800	[thread overview]
Message-ID: <4F84D2FB.4050001@huawei.com> (raw)
In-Reply-To: <20120410171636.GB21311-RcKxWJ4Cfj1J2suj2OqeGauc2jM2gXBXkQQo+JxHRPFibQn6LdNjmg@public.gmane.org>

Tejun Heo wrote:

> With memcg converted, cgroup_subsys->populate() doesn't have any user
> left.  Remove it.
> 
> Signed-off-by: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
> Li, can you please ack this?  Thanks.


You forgot to update Documentation/cgroups/cgroups.txt. ;)

And with that:

Acked-by: Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>

> 
>  include/linux/cgroup.h |    1 -
>  kernel/cgroup.c        |    3 ---
>  2 files changed, 4 deletions(-)
> 
> diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
> index 565c803..d3f5fba 100644
> --- a/include/linux/cgroup.h
> +++ b/include/linux/cgroup.h
> @@ -472,7 +472,6 @@ struct cgroup_subsys {
>  	void (*fork)(struct task_struct *task);
>  	void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp,
>  		     struct task_struct *task);
> -	int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp);
>  	void (*post_clone)(struct cgroup *cgrp);
>  	void (*bind)(struct cgroup *root);
>  
> diff --git a/kernel/cgroup.c b/kernel/cgroup.c
> index 2905977..b2f203f 100644
> --- a/kernel/cgroup.c
> +++ b/kernel/cgroup.c
> @@ -3842,9 +3842,6 @@ static int cgroup_populate_dir(struct cgroup *cgrp)
>  	for_each_subsys(cgrp->root, ss) {
>  		struct cftype_set *set;
>  
> -		if (ss->populate && (err = ss->populate(ss, cgrp)) < 0)
> -			return err;
> -
>  		list_for_each_entry(set, &ss->cftsets, node)
>  			cgroup_addrm_files(cgrp, ss, set->cfts, true);
>  	}

  parent reply	other threads:[~2012-04-11  0:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10 17:16 [PATCH for-3.5] cgroup: remove cgroup_subsys->populate() Tejun Heo
     [not found] ` <20120410171636.GB21311-RcKxWJ4Cfj1J2suj2OqeGauc2jM2gXBXkQQo+JxHRPFibQn6LdNjmg@public.gmane.org>
2012-04-11  0:40   ` Li Zefan [this message]
     [not found]     ` <4F84D2FB.4050001-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2012-04-11 16:16       ` Tejun Heo
2012-04-11 16:16       ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2012-04-10 17:16 Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F84D2FB.4050001@huawei.com \
    --to=lizefan-hv44wf8li93qt0dzr+alfa@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.