diff options
author | Steve French <stfrench@microsoft.com> | 2020-12-16 00:17:43 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-17 06:56:42 +0300 |
commit | afee4410bc6c50e1422c5a45d633ad0e478ea960 (patch) | |
tree | b87b5e8613f7cee9f045c6b49623f09fdce38b36 /fs/cifs/cifsfs.h | |
parent | 2d0604934f507b8b4799f3c1dff41cca3dd85239 (diff) | |
download | linux-afee4410bc6c50e1422c5a45d633ad0e478ea960.tar.xz |
cifs: update internal module version number
To 2.30
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 d6976c28970d..2307bb0f6147 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -160,5 +160,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.29" +#define CIFS_VERSION "2.30" #endif /* _CIFSFS_H */ |