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 AE99FC7EE2E for ; Wed, 31 May 2023 05:54:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234267AbjEaFyc (ORCPT ); Wed, 31 May 2023 01:54:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232062AbjEaFyb (ORCPT ); Wed, 31 May 2023 01:54:31 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BA4AEE; Tue, 30 May 2023 22:54:30 -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=1Lc8TaQJiVN2Um7bZC3OIaEg3I1h3vBeK9kWP0rIuic=; b=s90tz64qhHPhXufd2KQd2/FVWU i8bx/ckYepGxC5ZZrykZr1TjdyV/S5kMxaaupegN0pBsRGXkB8UfrM2XjKdW4zYWSzpCuGNLE+6Xj 6QlQ6NYfSUqX8MBkB90xhgCjuCVOHeTC8RHAUm4Xc7p3KasDsoa9O2ga5rLJ1uUFCpb922Zj8ciJp cv0C32gSjK29+YkSLEHm4kGgGp73WCXHEQPV6nVI/LqzfJECvJ+4CzMTbAI+IS7YS4lwL9UtqzI9w AK2yxwHm7YOWE9dvfEq9Z/khmyW+fyrxvpr6P0mg8z7HRhYfhd1uL9vLpkDvaQlm5l1bBf0bbr80o 8OP9CrSw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q4Emu-00GDzj-1K; Wed, 31 May 2023 05:54:24 +0000 Date: Tue, 30 May 2023 22:54:24 -0700 From: Christoph Hellwig To: Christian Brauner Cc: Christoph Hellwig , Loic Poulain , corbet@lwn.net, viro@zeniv.linux.org.uk, 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> <20230530-angepackt-zahnpasta-3e24954150fc@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530-angepackt-zahnpasta-3e24954150fc@brauner> 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 On Tue, May 30, 2023 at 05:43:53PM +0200, Christian Brauner wrote: > On Tue, May 30, 2023 at 07:56:57AM -0700, Christoph Hellwig wrote: > > 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? > > Sure, if this makes things easier for you then definitely. I have missed you had more comments that need a respin. So maybe Loic can just do the rebase and send it out with a note for the baseline? I plan to resend my series later today.