We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bd06c commit 92f3da0Copy full SHA for 92f3da0
fs/ecryptfs/ecryptfs_kernel.h
@@ -343,13 +343,6 @@ struct ecryptfs_mount_crypt_stat {
343
unsigned char global_default_fn_cipher_name[
344
ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
345
char global_default_fnek_sig[ECRYPTFS_SIG_SIZE_HEX + 1];
346
- /* Mount option status trackers */
347
- bool check_ruid;
348
- bool sig_set;
349
- bool cipher_name_set;
350
- bool cipher_key_bytes_set;
351
- bool fn_cipher_name_set;
352
- bool fn_cipher_key_bytes_set;
353
};
354
355
/* superblock private data. */
0 commit comments