diff options
author | Steve French <stfrench@microsoft.com> | 2021-04-10 04:32:14 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-26 07:59:27 +0300 |
commit | a8a6082d4ae29d98129440c4a5de8e6ea3de0983 (patch) | |
tree | 75ec30e247691d5ac065b898d2fd5d2696948ea1 /fs/cifs/cifsfs.h | |
parent | b8d64f8ced62f9ace9d25c338be1043b8367dd34 (diff) | |
download | linux-a8a6082d4ae29d98129440c4a5de8e6ea3de0983.tar.xz |
cifs: update internal version number
To 2.32
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 0d7ef150dbb2..6beddb108ba0 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -165,5 +165,5 @@ extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type, extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ -#define CIFS_VERSION "2.31" +#define CIFS_VERSION "2.32" #endif /* _CIFSFS_H */ |