From 75582dbeced0a905bd81530c5a10e2dea4e53bd2 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Fri, 18 Oct 2019 09:31:00 -0400 Subject: [PATCH] LU-12803 libcfs: bump module version The linux client version of libcfs is further ahead in its cleanup so its module version is higher. While this is the case it does prevent the OpenSFS version of libcfs from loading and since OpenSFS is current ahead of the linux client we prefere to use it at this time. Lets just increase the OpenSFS libcfs module to be just slightly ahead of the linux client. Test-Parameters: trivial Lustre-change: https://review.whamcloud.com/36488 Lustre-commit: 4b25d733342bc6f3a424ecfb0db80f1c175a8986 Change-Id: Ie57d93529bf25d908099f7dab06d2960f9923d58 Signed-off-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: Shaun Tancheff Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/36642 Tested-by: jenkins Tested-by: Maloo --- libcfs/include/libcfs/libcfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcfs/include/libcfs/libcfs.h b/libcfs/include/libcfs/libcfs.h index dd47177..1a6ef1c 100644 --- a/libcfs/include/libcfs/libcfs.h +++ b/libcfs/include/libcfs/libcfs.h @@ -52,7 +52,7 @@ #include #include "curproc.h" -#define LIBCFS_VERSION "0.5.0" +#define LIBCFS_VERSION "0.7.1" #define PO2_ROUNDUP_TYPED(x, po2, type) (-(-(type)(x) & -(type)(po2))) #define LOWEST_BIT_SET(x) ((x) & ~((x) - 1)) -- 1.8.3.1