diff options
author | Paulo Alcantara <pc@cjr.nz> | 2022-10-04 18:41:31 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-12-19 08:03:11 -0600 |
commit | 2301bc103ac4acb6d6b6e5860eeed448c4ba2df0 (patch) | |
tree | 86475f9825be0c70ec6a7eaecc665facf2726af6 /fs/cifs/fs_context.h | |
parent | abdb1742a312388651f04ca04e6e2ec2b0af5288 (diff) |
cifs: remove unused smb3_fs_context::mount_options
Just remove it as it's no longer used during mount.
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/fs_context.h')
-rw-r--r-- | fs/cifs/fs_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/fs_context.h b/fs/cifs/fs_context.h index bbaee4c2281f..159bcfd509d4 100644 --- a/fs/cifs/fs_context.h +++ b/fs/cifs/fs_context.h @@ -264,8 +264,6 @@ struct smb3_fs_context { __u16 compression; /* compression algorithm 0xFFFF default 0=disabled */ bool rootfs:1; /* if it's a SMB root file system */ bool witness:1; /* use witness protocol */ - - char *mount_options; }; extern const struct fs_parameter_spec smb3_fs_parameters[]; |