From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Subject: [PATCH 05/15] fscrypt: remove stale comment from fscrypt_d_revalidate() Date: Mon, 30 Apr 2018 15:51:39 -0700 Message-ID: <20180430225149.183514-6-ebiggers3@gmail.com> References: <20180430225149.183514-1-ebiggers3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1fDHj0-0001jc-DN for linux-f2fs-devel@lists.sourceforge.net; Mon, 30 Apr 2018 22:56:50 +0000 Received: from mail-pf0-f195.google.com ([209.85.192.195]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) id 1fDHiz-000Ex5-66 for linux-f2fs-devel@lists.sourceforge.net; Mon, 30 Apr 2018 22:56:50 +0000 Received: by mail-pf0-f195.google.com with SMTP id f189so7874306pfa.7 for ; Mon, 30 Apr 2018 15:56:49 -0700 (PDT) In-Reply-To: <20180430225149.183514-1-ebiggers3@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: linux-fscrypt@vger.kernel.org, "Theodore Y . Ts'o" Cc: Jaegeuk Kim , linux-ext4@vger.kernel.org, linux-mtd@lists.infradead.org, Eric Biggers , linux-f2fs-devel@lists.sourceforge.net From: Eric Biggers Signed-off-by: Eric Biggers --- fs/crypto/crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c index 58761d816751..d22887f689ad 100644 --- a/fs/crypto/crypto.c +++ b/fs/crypto/crypto.c @@ -322,7 +322,6 @@ static int fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags) return 0; } - /* this should eventually be an flag in d_flags */ spin_lock(&dentry->d_lock); cached_with_key = dentry->d_flags & DCACHE_ENCRYPTED_WITH_KEY; spin_unlock(&dentry->d_lock); -- 2.17.0.441.gb46fe60e1d-goog ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot