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 D6138C54EBE for ; Mon, 16 Jan 2023 07:09:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231730AbjAPHJv (ORCPT ); Mon, 16 Jan 2023 02:09:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231660AbjAPHJu (ORCPT ); Mon, 16 Jan 2023 02:09:50 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61CA7A26B for ; Sun, 15 Jan 2023 23:09:49 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 9BE2A68AFE; Mon, 16 Jan 2023 08:09:46 +0100 (CET) Date: Mon, 16 Jan 2023 08:09:46 +0100 From: Christoph Hellwig To: Christian Brauner Cc: linux-fsdevel@vger.kernel.org, "Seth Forshee (Digital Ocean)" , Christoph Hellwig , Al Viro Subject: Re: [PATCH 00/25] fs: finish conversion to mnt_idmap Message-ID: <20230116070946.GD15498@lst.de> References: <20230113-fs-idmapped-mnt_idmap-conversion-v1-0-fc84fa7eba67@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113-fs-idmapped-mnt_idmap-conversion-v1-0-fc84fa7eba67@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The patches are a little to repititive to review the individually, but the result looks good. So modulo the minor nits: Reviewed-by: Christoph Hellwig