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 20F3DC7EE33 for ; Tue, 30 May 2023 14:57:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232653AbjE3O5H (ORCPT ); Tue, 30 May 2023 10:57:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232646AbjE3O5E (ORCPT ); Tue, 30 May 2023 10:57:04 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49984F1; Tue, 30 May 2023 07:57:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=U8HiYp2slXvnvkKX5oxZ1aUtqPhFblbPbekApi8AX98=; b=swj2PYYnUZOwUPz3Ww7CzWaKWs inM6Ivn1u5wfzymid/hw+tl7pEQGO9MyNDyB1KK3ZyzeQGsNI9vXBN8LBguXfyfhKL/UHTb+5YAZy ysNqEgKpPc69U4S63QUKD5/QJhVWoS53qTrOeiZr5GADKTxjNLqrbJu8XL50KoArt5dqY5wkuVXF4 VHy7tkBjtdIG73OL7Lkf7jJ3Bembisrv4yFZPa6SYqk/CZloWwQeAcD+2yFVTS5i9tk0xjG8HjAFb gUPyU3nkJ34p3j527ESCxSrXscwNt85h4P70hxuO4IWmoxGLZfgJoC8VJWqGcyM98onbriYYDUzTX 4957OcuA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q40mP-00EIhR-0A; Tue, 30 May 2023 14:56:57 +0000 Date: Tue, 30 May 2023 07:56:57 -0700 From: Christoph Hellwig To: Loic Poulain Cc: corbet@lwn.net, viro@zeniv.linux.org.uk, brauner@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] init: Add support for rootwait timeout parameter Message-ID: References: <20230526130716.2932507-1-loic.poulain@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230526130716.2932507-1-loic.poulain@linaro.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org This clashes a bit with my big rework in this area in the "fix the name_to_dev_t mess" series. I need to resend that series anyway, should I just include a rebased version of this patch?