From 51bb048bb108f250f22fd3b0c6b18a5a6315201a Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Sat, 9 Jan 2021 10:22:38 +0900 Subject: [PATCH] cifsd: release 3.3.3 version The Marjor changes are: - fix xfstests issues on life test. - improve credentials codes. - enable SMB_SERVER_CHECK_CAP_NET_ADMIN by default. Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index d293cbf1c..14a1cd794 100644 --- a/glob.h +++ b/glob.h @@ -14,7 +14,7 @@ #include "vfs_cache.h" #include "smberr.h" -#define KSMBD_VERSION "3.3.2" +#define KSMBD_VERSION "3.3.3" /* @FIXME clean up this code */