diff options
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r-- | fs/ecryptfs/crypto.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 129ed13f8253..14cc1f57e7b0 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c | |||
@@ -1029,9 +1029,6 @@ int ecryptfs_new_file_context(struct dentry *ecryptfs_dentry) | |||
1029 | int rc = 0; | 1029 | int rc = 0; |
1030 | 1030 | ||
1031 | ecryptfs_set_default_crypt_stat_vals(crypt_stat, mount_crypt_stat); | 1031 | ecryptfs_set_default_crypt_stat_vals(crypt_stat, mount_crypt_stat); |
1032 | mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex); | ||
1033 | BUG_ON(mount_crypt_stat->num_global_auth_toks == 0); | ||
1034 | mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); | ||
1035 | crypt_stat->flags |= ECRYPTFS_ENCRYPTED; | 1032 | crypt_stat->flags |= ECRYPTFS_ENCRYPTED; |
1036 | crypt_stat->flags |= ECRYPTFS_KEY_VALID; | 1033 | crypt_stat->flags |= ECRYPTFS_KEY_VALID; |
1037 | ecryptfs_copy_mount_wide_flags_to_inode_flags(crypt_stat, | 1034 | ecryptfs_copy_mount_wide_flags_to_inode_flags(crypt_stat, |