From 80147c5fbe233d9abce04e9a98160bb203ee5773 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Wed, 24 Jun 2020 10:20:11 +0900 Subject: [PATCH] cifsd: release 3.2.1 version The major changes are: - Fix signing bugs. - Fix encryption bugs. - Fix build error on linux-5.8-rc1 - Fix bugs with read-only=yes - Fix potential stuck issue due to cache buffers exhaustion Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 2cac4bb25..ed2a3fc0b 100644 --- a/glob.h +++ b/glob.h @@ -14,7 +14,7 @@ #include "vfs_cache.h" #include "smberr.h" -#define KSMBD_VERSION "3.2.0" +#define KSMBD_VERSION "3.2.1" /* @FIXME clean up this code */