From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] kernfs: move the last knowledge of sysfs out from kernfs Date: Fri, 25 Apr 2014 12:39:22 -0700 Message-ID: <20140425193922.GA32567@kroah.com> References: <1397669058-31720-1-git-send-email-nasa4836@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1397669058-31720-1-git-send-email-nasa4836-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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: Jianyu Zhan Cc: tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: containers.vger.kernel.org On Thu, Apr 17, 2014 at 01:24:18AM +0800, Jianyu Zhan wrote: > There is still one residue of sysfs remaining: the sb_magic > SYSFS_MAGIC. However this should be kernfs user specific, > so this patch moves it out. Kerrnfs user should specify their > magic number while mouting. > > Signed-off-by: Jianyu Zhan > Acked-by: Tejun Heo > --- > fs/kernfs/mount.c | 11 ++++++----- > fs/sysfs/mount.c | 4 +++- > include/linux/kernfs.h | 13 ++++++++----- > kernel/cgroup.c | 4 +++- > 4 files changed, 20 insertions(+), 12 deletions(-) This doesn't apply to my tree, can you please redo it against the driver-core-next branch and resend? thanks, greg k-h