From 39d5ae81a07bc0caa81d2064d3653f54fd8da3b1 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Tue, 7 Sep 2021 11:47:31 +0900 Subject: [PATCH] ksmbd: release 3.4.2 version Major changes are: - fix kernel oops during shutdown of smb-direct. - remove select FS_POSIX_ACL in Kconfig. - fix idmapped mounts. - remove smb2_buf_length field in smb2_hdr and smb2_transform_hdr. Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 96a00a689..b9b26e9ee 100644 --- a/glob.h +++ b/glob.h @@ -13,7 +13,7 @@ #include "unicode.h" #include "vfs_cache.h" -#define KSMBD_VERSION "3.4.1" +#define KSMBD_VERSION "3.4.2" extern int ksmbd_debug_types;