fscrypt: remove stale comment from fscrypt_d_revalidate()
authorEric Biggers <ebiggers@google.com>
Mon, 30 Apr 2018 22:51:39 +0000 (15:51 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 May 2018 20:21:01 +0000 (16:21 -0400)
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/crypto/crypto.c

index ea95d72acb75269c792b1d3f661b63bc1c5d2dd7..f46191b6b3edc814806765c621f3a70d61ef090b 100644 (file)
@@ -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);