From patchwork Fri Mar 23 19:23:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 10305497 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3312960386 for ; Fri, 23 Mar 2018 19:31:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 234742912B for ; Fri, 23 Mar 2018 19:31:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 17AEA2912D; Fri, 23 Mar 2018 19:31:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B96822912B for ; Fri, 23 Mar 2018 19:31:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752537AbeCWTbU (ORCPT ); Fri, 23 Mar 2018 15:31:20 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:39121 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbeCWTbQ (ORCPT ); Fri, 23 Mar 2018 15:31:16 -0400 Received: by mail-pg0-f66.google.com with SMTP id a19so4949285pgw.6; Fri, 23 Mar 2018 12:31:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=YpZ6Sve//aGCh+mVMcLIpXwQcOBr3Bqh1NBsIvkzkx0=; b=sG/CBBwQ0C3hUuoNakhiZ/K/QE21n8Fg/8ndafTkr1BJf7sRHfIH/ZNEqYhbaJ7hA1 dYs737c7WLHNJCQC2cGGK611SxPPPVfBAjHPN3pdMgbvd+hpIaeEMMxsczVjOWe4HF1o 5wQzdSfud8RanW/qNXqJnpA4UOdIKoRnSztF5qUR9zYwp1wGqVGwb/Tz9ZFh5FaE3Qbk vDkHohU+eo9FaLzZZ9Vb8FBCijxNizV8HjrQYXexvF/sviVuKg2lsJtyMV4g3/Sbl23I CkbTJuZ1l+a4ti9Ab/rChhtTAoIhguhq1h7+eWWeDrCQ2iKeu+MWvPv2YuozM7uRzXGC Ryqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YpZ6Sve//aGCh+mVMcLIpXwQcOBr3Bqh1NBsIvkzkx0=; b=B2E7S+iseY+7HLNws112Q4O6GEPE9Zwy3ebCHGcFJR7/1UPts6I/5MAWXH3AH1caRg 0Yjth+elzEJNwS6KZ4wNbC9bE8Pw6F98AIClKO2BVVl/8y1+/7E8JxyTO9j/pn/rIamC A/MgJl0vS8zHBAGDOjga+JBKe8UUzq9mkL0n4ikKlMtftoKMiTVVlWJnlhb+yGCRJQ2s 8uXt5jhHgBnvV7XbUMV2BMpBGYmR2HmjNvFwjyFhHXskpvEX5Zm8/DwOJRHem+vB5iao wnMvkjcW9Y392O1YaLa/sMM+pW1edx5ulPIrjaOo7AnqqcdZrrJSrlMHRlfW0YXHw/Gg uXvw== X-Gm-Message-State: AElRT7Ho86RfHZopMCQPNan5GRHynZt6Ex9Dv7E22xdrfY3HCiV7LYB/ nS6la/ImgQv6aGFux2HHXJRorCrM X-Google-Smtp-Source: AG47ELsV6I1LCByB4fQsugHd8IGLtCI2LRjGAwbFUfI5CrODs8B0Hzi5SihSUp27cc6hnstrvAnyNg== X-Received: by 10.101.83.199 with SMTP id z7mr22312145pgr.105.1521833475433; Fri, 23 Mar 2018 12:31:15 -0700 (PDT) Received: from ebiggers-linuxstation.kir.corp.google.com ([2620:15c:17:3:dc28:5c82:b905:e8a8]) by smtp.gmail.com with ESMTPSA id x1sm20924545pfk.144.2018.03.23.12.31.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Mar 2018 12:31:14 -0700 (PDT) From: Eric Biggers To: linux-fscrypt@vger.kernel.org, "Theodore Y . Ts'o" Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-mtd@lists.infradead.org, Jaegeuk Kim , Eric Biggers Subject: [PATCH 04/14] fscrypt: remove stale comment from fscrypt_d_revalidate() Date: Fri, 23 Mar 2018 12:23:48 -0700 Message-Id: <20180323192358.95691-5-ebiggers3@gmail.com> X-Mailer: git-send-email 2.17.0.rc0.231.g781580f067-goog In-Reply-To: <20180323192358.95691-1-ebiggers3@gmail.com> References: <20180323192358.95691-1-ebiggers3@gmail.com> Sender: linux-fscrypt-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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);