From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752089AbaBHSRc (ORCPT ); Sat, 8 Feb 2014 13:17:32 -0500 Received: from mail-qc0-f173.google.com ([209.85.216.173]:54138 "EHLO mail-qc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbaBHSRa (ORCPT ); Sat, 8 Feb 2014 13:17:30 -0500 Date: Sat, 8 Feb 2014 13:17:27 -0500 From: Tejun Heo To: Greg KH Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCHSET v2 driver-core-next] kernfs: prepare for cgroup's kernfs conversion Message-ID: <20140208181727.GA10975@htj.dyndns.org> References: <1391454557-32376-1-git-send-email-tj@kernel.org> <20140207184320.GD12815@htj.dyndns.org> <20140208001254.GA31648@kroah.com> <20140208150751.GA3263@htj.dyndns.org> <20140208150856.GB3263@htj.dyndns.org> <20140208181746.GB10445@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140208181746.GB10445@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Sat, Feb 08, 2014 at 10:17:46AM -0800, Greg KH wrote: > On Sat, Feb 08, 2014 at 10:08:56AM -0500, Tejun Heo wrote: > > On Sat, Feb 08, 2014 at 10:07:51AM -0500, Tejun Heo wrote: > > > On Fri, Feb 07, 2014 at 04:12:54PM -0800, Greg KH wrote: > > > > Ok, I should have now applied all of these, and hopefully in the correct > > > > order. If I got anything wrong, please let me know. > > > > > > Everything looks good to me. > > > > Ooh, JFYI, I'm pulling driver-core-next into cgroup for-3.15 so that > > cgroup kernfs conversion can be put on top of it. > > That's fine with me. Do you feel kernfs is good enough now for other > subsystems to use? I want to port debugfs to it when ready. API-wise, I think, or at least hope, so. I've been running quite a few tests with the converted cgroup and haven't found anything critical yet, so the outlook isn't too bad. Thanks. -- tejun