Skip to content

Commit 92f3da0

Browse files
Eric Sandeenbrauner
authored andcommitted
ecryptfs: Convert ecryptfs to use the new mount API
Convert ecryptfs to the new mount API. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Link: https://lore.kernel.org/r/20241028143359.605061-3-sandeen@redhat.com Acked-by: Tyler Hicks <code@tyhicks.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 56bd06c commit 92f3da0

File tree

2 files changed

+197
-202
lines changed

2 files changed

+197
-202
lines changed

fs/ecryptfs/ecryptfs_kernel.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,6 @@ struct ecryptfs_mount_crypt_stat {
343343
unsigned char global_default_fn_cipher_name[
344344
ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
345345
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;
353346
};
354347

355348
/* superblock private data. */

0 commit comments

Comments
 (0)