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 7E8EEC4708D for ; Sun, 4 Dec 2022 08:08:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229943AbiLDIIB (ORCPT ); Sun, 4 Dec 2022 03:08:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229636AbiLDIH7 (ORCPT ); Sun, 4 Dec 2022 03:07:59 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B38A178AA; Sun, 4 Dec 2022 00:07:56 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 5E1BB68AFE; Sun, 4 Dec 2022 09:07:52 +0100 (CET) Date: Sun, 4 Dec 2022 09:07:52 +0100 From: Christoph Hellwig To: Andrew Morton Cc: Aditya Garg , "willy@infradead.org" , "ira.weiny@intel.com" , "axboe@kernel.dk" , "bvanassche@acm.org" , "keescook@chromium.org" , "songmuchun@bytedance.com" , "slava@dubeyko.com" , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Christoph Hellwig Subject: Re: [PATCH] hfsplus: Add module parameter to enable force writes Message-ID: <20221204080752.GA26794@lst.de> References: <53821C76-DAFE-4505-9EC8-BE4ACBEA9DD9@live.com> <20221202125344.4254ab20d2fe0a8e784b33e8@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221202125344.4254ab20d2fe0a8e784b33e8@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org NAK. Global module options overriding mount options don't make sense. If you mount so much write yourself a script, or add the option to the configuration of the automounting tool of your choice.