Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4037183pxb; Tue, 17 Nov 2020 09:38:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJwB0SGMwuiPN4ahdc5wric9sQaXjbA5Xc+gWohxySS1FLbmJQTDgDmNHOZEebTH+n8DYDFT X-Received: by 2002:a17:906:6546:: with SMTP id u6mr19882913ejn.36.1605634714108; Tue, 17 Nov 2020 09:38:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605634714; cv=none; d=google.com; s=arc-20160816; b=iDdbyBa8omyCymcTCCO/KHSz0ujY2BR/TeGpx7T5mErUBMEQ6yCqwxoSNYbnkySq0/ w9G/laPqSzpqsSoHU1ezxD5USp8NTjG753Rmzl+TqeuhMUny2G9eH3SQDq9SsQ6JN9Sd sDgzeq7LuRFq9/juUjiomJR0zE36b8P7tEVK3lZr/Bz8UyWE6nVZJVjY9K1EfUoHb8PU HkkbGzFwN+gO3rDP32QfIfzsGx6O8/jQE0T1occf3o9jV7LSMhWd+kNOlfIVucUzKJ04 ieHLS8L8pji0CeY2k00YLMIGYxiGCr2adkvKesJKwyLr9RjCigjL0DC94J5diYY70n62 yMRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=l4hziYEh/UAxIefwmCqMDmywKL42luEQ+pOfyGMaQMg=; b=sPJr+FMEhc8x3ua0e/tMlzNvzAntIlBmT2RRDsWGdv9Od3keKJyA1NfD/tEKUFMWbu d6rXfbHHdzc8qiqPh3vLav/urcMmI9wciTZMBnO8D0ooRftijwjA7jQNc4Vb6ucC/j2P otp5IkMVvMN/CJibIr+rFZpP6/sbI6PGvboVOvfXBswMLTcaNjMt5QI/6es2lwTsLpCV bz78jL9U83JXda8p4r7bWx5ZiwwTuxK3s+7FX3KIRWkWYrrkZyMLoOtYeIIgF+W55bCz 8zaNcDKvvLL+C1wuNkwd1evHXfPfkDB5F3Tgns3LD8tTEXGa8lbvWN3AXrRzeVd594s9 Y/YQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b13si1463179edt.209.2020.11.17.09.38.06; Tue, 17 Nov 2020 09:38:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729514AbgKQRfl (ORCPT + 99 others); Tue, 17 Nov 2020 12:35:41 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:56908 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729476AbgKQRfl (ORCPT ); Tue, 17 Nov 2020 12:35:41 -0500 Received: from callcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 0AHHYlsB000862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Nov 2020 12:34:47 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id 30CB5420107; Tue, 17 Nov 2020 12:34:47 -0500 (EST) Date: Tue, 17 Nov 2020 12:34:47 -0500 From: "Theodore Y. Ts'o" To: Jaegeuk Kim Cc: Daniel Rosenberg , Eric Biggers , Andreas Dilger , Chao Yu , Alexander Viro , Richard Weinberger , linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mtd@lists.infradead.org, Gabriel Krisman Bertazi , kernel-team@android.com Subject: Re: [PATCH v2 2/3] fscrypt: Have filesystems handle their d_ops Message-ID: <20201117173447.GF445084@mit.edu> References: <20201117040315.28548-1-drosen@google.com> <20201117040315.28548-3-drosen@google.com> <20201117140326.GA445084@mit.edu> <20201117170411.GC1636127@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201117170411.GC1636127@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Nov 17, 2020 at 09:04:11AM -0800, Jaegeuk Kim wrote: > > I'd like to pick this patch series in f2fs/dev for -next, so please let me know > if you have any concern. No concern for me as far as ext4 is concerned, thanks! - Ted