From e5e9af1b92f32b04e82abc0a4931f91e396ac859 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Wed, 2 Dec 2020 12:24:39 +0900 Subject: [PATCH] cifsd: release 3.3.1 version Major change are: - Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config. Signed-off-by: Namjae Jeon --- glob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob.h b/glob.h index 0279896b4..0a4957f38 100644 --- a/glob.h +++ b/glob.h @@ -14,7 +14,7 @@ #include "vfs_cache.h" #include "smberr.h" -#define KSMBD_VERSION "3.3.0" +#define KSMBD_VERSION "3.3.1" /* @FIXME clean up this code */