projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90fd77
)
fscrypt: remove stale comment from fscrypt_d_revalidate()
author
Eric Biggers
<ebiggers@google.com>
Mon, 30 Apr 2018 22:51:39 +0000
(15:51 -0700)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/fs/crypto/crypto.c
b/fs/crypto/crypto.c
index ea95d72acb75269c792b1d3f661b63bc1c5d2dd7..f46191b6b3edc814806765c621f3a70d61ef090b 100644
(file)
--- 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);