From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 452CB14A08E for ; Fri, 2 Feb 2024 16:37:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706891864; cv=none; b=r/DMHXlUZ+WsPmbZrkULozbqmEJG6cyleOr9IxT4AU24MpLm7leM45vNH4jjWbdVSFjV3WYsicH4siUXSu210A6bhl2EPSL1MQgIYSbNUlqNUyMIbPL/DCS8r9OwPlmcIp7J6D6WlWllcyFVkDDvyCmr0Oo049Jjx5P5XCFI3TM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706891864; c=relaxed/simple; bh=l9DV2O7+mB8F/AW8QSG6FOFaWyVEencNmp1AYS9YD94=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E8S0AoEGpH1q58FKA2xpzwnSYu235lCtb3Br1FOl+jcaETmjIPpSJQii37SNO97nBKeMB8uFkfvZirvB3nClSoQv1mwUgzXajshf6LWtFDX4M6nygxECK95ePoeqmQ6VrM/N4LzsjKdxlV5tD78m8hPBGYSoc4xrXLCPG5o5+UQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VGtjuQEj; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VGtjuQEj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9EBBC433F1; Fri, 2 Feb 2024 16:37:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706891863; bh=l9DV2O7+mB8F/AW8QSG6FOFaWyVEencNmp1AYS9YD94=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VGtjuQEjEtFp4CpAJymRKW0xOFeSSw1rj1QiA4sBho6FZ2PsgkmovKcHEtzjDXNm/ MpiwFR8KSLS5DW5HWsgmF8jNzdKdO10+8accxDR28jxUHJpN17s7HUkaWSvrvI0jWg onze2SFRJTluNVwLzoCOr65CYNqBwPdH0DwDd9TYqQhvuofHprdZ8IVr2kadMONa6c IeWL7PsUL2GlgeOOy+xu7f+AIlxf4iOCnkuxT9xuiM7rTbGVVuQu3xJBZTm/sTzUfg 91wkaaEJCyILhfeYPb+Kmsk6yNZSKZLegIQZ5jK1RBk0k4uI1ne/j+ACm0GTaKedEE Ou79QrGdL6mxw== Date: Fri, 2 Feb 2024 08:37:43 -0800 From: "Darrick J. Wong" To: Christoph Hellwig Cc: hch@lst.de, linux-xfs@vger.kernel.org Subject: Re: [PATCH 13/27] xfs: make fake file forks explicit Message-ID: <20240202163743.GI616564@frogsfrogsfrogs> References: <170681334718.1605438.17032954797722239513.stgit@frogsfrogsfrogs> <170681334995.1605438.15565130234166131675.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Feb 01, 2024 at 10:25:02PM -0800, Christoph Hellwig wrote: > Looks good: > > Reviewed-by: Christoph Hellwig Thanks! I'm going to s/fake/staging/ on the subject line. --D