|
@@ -873,11 +873,11 @@ static int ecryptfs_setattr(struct dentry *dentry, struct iattr *ia)
|
|
if (!(mount_crypt_stat->flags
|
|
if (!(mount_crypt_stat->flags
|
|
& ECRYPTFS_PLAINTEXT_PASSTHROUGH_ENABLED)) {
|
|
& ECRYPTFS_PLAINTEXT_PASSTHROUGH_ENABLED)) {
|
|
rc = -EIO;
|
|
rc = -EIO;
|
|
- printk(KERN_WARNING "Attempt to read file that "
|
|
|
|
|
|
+ printk(KERN_WARNING "Either the lower file "
|
|
"is not in a valid eCryptfs format, "
|
|
"is not in a valid eCryptfs format, "
|
|
- "and plaintext passthrough mode is not "
|
|
|
|
|
|
+ "or the key could not be retrieved. "
|
|
|
|
+ "Plaintext passthrough mode is not "
|
|
"enabled; returning -EIO\n");
|
|
"enabled; returning -EIO\n");
|
|
-
|
|
|
|
mutex_unlock(&crypt_stat->cs_mutex);
|
|
mutex_unlock(&crypt_stat->cs_mutex);
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|