summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.h
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@cjr.nz>2022-10-05 00:41:31 +0300
committerSteve French <stfrench@microsoft.com>2022-12-19 17:03:11 +0300
commit2301bc103ac4acb6d6b6e5860eeed448c4ba2df0 (patch)
tree86475f9825be0c70ec6a7eaecc665facf2726af6 /fs/cifs/fs_context.h
parentabdb1742a312388651f04ca04e6e2ec2b0af5288 (diff)
downloadlinux-2301bc103ac4acb6d6b6e5860eeed448c4ba2df0.tar.xz
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.h2
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[];