From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH cgroup/for-3.11 3/3] cgroup: clean up the cftype array for the base cgroup files Date: Tue, 4 Jun 2013 18:49:34 +0800 Message-ID: <51ADC63E.5070507@huawei.com> References: <20130604021302.GH29989@mtj.dyndns.org> <20130604021355.GI29989@mtj.dyndns.org> <20130604021434.GJ29989@mtj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130604021434.GJ29989-9pTldWuhBndy/B6EtB590w@public.gmane.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Tejun Heo Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, kay.sievers-tD+1rO4QERM@public.gmane.org, Michal Hocko , Vivek Goyal , lennart-mdGvqq1h2p+GdvJs77BJ7Q@public.gmane.org, Johannes Weiner , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 2013/6/4 10:14, Tejun Heo wrote: > * Rename it from files[] (really?) to cgroup_base_files[]. > > * Drop CGROUP_FILE_GENERIC_PREFIX which was defined as "cgroup." and > used inconsistently. Just use "cgroup." directly. > > * Collect insane files at the end. Note that only the insane ones are > missing "cgroup." prefix. > > This patch doesn't introduce any functional changes. > > Signed-off-by: Tejun Heo Acked-by: Li Zefan