aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2020-12-15 15:17:43 -0600
committerSteve French <stfrench@microsoft.com>2020-12-16 21:56:42 -0600
commitafee4410bc6c50e1422c5a45d633ad0e478ea960 (patch)
treeb87b5e8613f7cee9f045c6b49623f09fdce38b36 /fs
parentcifs: Fix support for remount when not changing rsize/wsize (diff)
downloadlinux-dev-afee4410bc6c50e1422c5a45d633ad0e478ea960.tar.xz
linux-dev-afee4410bc6c50e1422c5a45d633ad0e478ea960.zip
cifs: update internal module version number
To 2.30 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsfs.h2
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 */