diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2020-12-14 16:40:25 +1000 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-14 09:28:25 -0600 |
commit | 2d39f50c2b15bfd197451a967e371dea19f9600b (patch) | |
tree | 3623c4c59f9398dbb178a30e7f174ce2f1bc20e5 /fs/cifs/fs_context.h | |
parent | 51acd208bd57c82eaa2fda3cab03d62436c6a2ae (diff) | |
download | linux-rpi-2d39f50c2b15bfd197451a967e371dea19f9600b.tar.gz linux-rpi-2d39f50c2b15bfd197451a967e371dea19f9600b.tar.bz2 linux-rpi-2d39f50c2b15bfd197451a967e371dea19f9600b.zip |
cifs: move update of flags into a separate function
This function will set/clear flags that can be changed during mount or remount
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/fs_context.h')
-rw-r--r-- | fs/cifs/fs_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/fs_context.h b/fs/cifs/fs_context.h index 2519108eeb29..3358b33abcd0 100644 --- a/fs/cifs/fs_context.h +++ b/fs/cifs/fs_context.h @@ -266,5 +266,6 @@ static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *f } extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx); +extern void smb3_update_mnt_flags(struct cifs_sb_info *cifs_sb); #endif |