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 874B1C77B73 for ; Tue, 30 May 2023 15:44:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232278AbjE3PoG (ORCPT ); Tue, 30 May 2023 11:44:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232210AbjE3PoF (ORCPT ); Tue, 30 May 2023 11:44:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD90BF7; Tue, 30 May 2023 08:43:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3C144609FA; Tue, 30 May 2023 15:43:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6126C433EF; Tue, 30 May 2023 15:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685461438; bh=yKpSUIDsI1YQx5+45dwZ2YU0mq3iYA9T6D3r+nll67w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PuzbYPnYGEelnZAB99dHr2kPCy/Z3ZGV5J63M05Cy5Uco9o+XggemD8+SpTdwyzlY BVvM4WEZbK5xD/s/D6esxWLor5+a670bh95lE/mzPENY6X2yepubd9fGATdc1ZZRxQ eK4jF7u6QV1gsfuAHEUqQyZH1LPzanJZtAtcLpvf/tYNuRiGLo7J8ANA+40uYecAh6 s+bTqiN65ckNjK+FCTbNsx9SOGFveLLxfDbA55/d6qkAuD0MEbT9Aft8U6VwtqN3k1 WhpxE/fuBVV6Bwpih39kb01RM7+Ll6HUwOP1/JbthTWWVuJf/3qIYCvRCQ7T0MXFDc Zly11uKXtoqXA== Date: Tue, 30 May 2023 17:43:53 +0200 From: Christian Brauner To: Christoph Hellwig Cc: 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: <20230530-angepackt-zahnpasta-3e24954150fc@brauner> References: <20230526130716.2932507-1-loic.poulain@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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.