From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756037AbcFGRbM (ORCPT ); Tue, 7 Jun 2016 13:31:12 -0400 Received: from verein.lst.de ([213.95.11.211]:45983 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756006AbcFGRbI (ORCPT ); Tue, 7 Jun 2016 13:31:08 -0400 Date: Tue, 7 Jun 2016 19:31:05 +0200 From: Christoph Hellwig To: Bart Van Assche Cc: Christoph Hellwig , axboe@kernel.dk, keith.busch@intel.com, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: NVMe over Fabrics target implementation Message-ID: <20160607173105.GA13935@lst.de> References: <1465248177-17970-1-git-send-email-hch@lst.de> <6abd6fd0-3a75-8569-95a4-174d856d0043@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6abd6fd0-3a75-8569-95a4-174d856d0043@sandisk.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bart, > As you know with configfs it is not allowed to create directories in the > configfs hierarchy from inside the kernel. Of course you can, and every user of configfs relies on being able to create directories from the kernel using either the default_groups list, or through the use of configfs_register_group().