diff options
author | Namjae Jeon <linkinjeon@kernel.org> | 2021-10-01 05:53:49 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-10-07 18:18:34 +0300 |
commit | 2db72604f3eaebd6175548bf64372e163724ebe3 (patch) | |
tree | 1a21a83c58c507c43d4e5f1fde864f1df6ab85f6 /fs | |
parent | c7705eec78c999485609274c7ac5c27def8b84f1 (diff) | |
download | linux-2db72604f3eaebd6175548bf64372e163724ebe3.tar.xz |
ksmbd: fix version mismatch with out of tree
Fix version mismatch with out of tree, This updated version will be
matched with ksmbd-tools.
Cc: Tom Talpey <tom@talpey.com>
Cc: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Cc: Ralph Böhme <slow@samba.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ksmbd/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ksmbd/glob.h b/fs/ksmbd/glob.h index 49a5a3afa118..5b8f3e0ebdb3 100644 --- a/fs/ksmbd/glob.h +++ b/fs/ksmbd/glob.h @@ -12,7 +12,7 @@ #include "unicode.h" #include "vfs_cache.h" -#define KSMBD_VERSION "3.1.9" +#define KSMBD_VERSION "3.4.2" extern int ksmbd_debug_types; |