diff options
Diffstat (limited to 'fs/ecryptfs/file.c')
-rw-r--r-- | fs/ecryptfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index 59c846d29a8e..df70bfa176d9 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c | |||
@@ -248,7 +248,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file) | |||
248 | mutex_lock(&crypt_stat->cs_mutex); | 248 | mutex_lock(&crypt_stat->cs_mutex); |
249 | if (!(crypt_stat->flags & ECRYPTFS_POLICY_APPLIED) | 249 | if (!(crypt_stat->flags & ECRYPTFS_POLICY_APPLIED) |
250 | || !(crypt_stat->flags & ECRYPTFS_KEY_VALID)) { | 250 | || !(crypt_stat->flags & ECRYPTFS_KEY_VALID)) { |
251 | rc = ecryptfs_read_metadata(ecryptfs_dentry, lower_file); | 251 | rc = ecryptfs_read_metadata(ecryptfs_dentry); |
252 | if (rc) { | 252 | if (rc) { |
253 | ecryptfs_printk(KERN_DEBUG, | 253 | ecryptfs_printk(KERN_DEBUG, |
254 | "Valid headers not found\n"); | 254 | "Valid headers not found\n"); |