From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A77CC433F5 for ; Mon, 30 May 2022 13:17:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236457AbiE3NRh (ORCPT ); Mon, 30 May 2022 09:17:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232433AbiE3NRg (ORCPT ); Mon, 30 May 2022 09:17:36 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83E0A3A5E4 for ; Mon, 30 May 2022 06:17:35 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id D8C8F68AFE; Mon, 30 May 2022 15:17:31 +0200 (CEST) Date: Mon, 30 May 2022 15:17:31 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , Shin'ichiro Kawasaki , linux-block@vger.kernel.org Subject: Re: reduce the dependency on modules Message-ID: <20220530131731.GA5175@lst.de> References: <20220530130811.3006554-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, May 30, 2022 at 07:12:22AM -0600, Jens Axboe wrote: > Which null_blk options can only be set at load time? The example I ran into is the queue mode. > If there are some, > we should get them fixed up / added to the configfs side. Yes, the > configfs side also kind of sucks, but at least it's there. That is my plan. I just wanted to get this series out first and then work on the non-tivial bits involving the kernel.