From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RESEND PATCH] configfs: init configfs module earlier at boot time Date: Mon, 13 Apr 2015 11:44:52 +0200 Message-ID: <20150413094452.GB5259@lst.de> References: <1428422171-3180-1-git-send-email-daniel.baluta@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@zeniv.linux.org.uk, hch@lst.de, jlbec@evilplan.org, linux-fsdevel@vger.kernel.org, lars@metafoo.de, linux-kernel@vger.kernel.org To: Daniel Baluta Return-path: Content-Disposition: inline In-Reply-To: <1428422171-3180-1-git-send-email-daniel.baluta@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Apr 07, 2015 at 06:56:11PM +0300, Daniel Baluta wrote: > We need this earlier in the boot process to allow various subsystems > to use configfs (e.g Industrial IIO). > > Also, debugfs is at core_initcall level and configfs should be on > the same level from infrastructure point of view. > > Suggested-by: Lars-Peter Clausen > Signed-off-by: Daniel Baluta Looks fine: Reviewed-by: Christoph Hellwig