Whamcloud - gitweb
LU-12803 libcfs: bump module version 42/36642/2
authorJames Simmons <jsimmons@infradead.org>
Fri, 18 Oct 2019 13:31:00 +0000 (09:31 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 21 Nov 2019 07:35:49 +0000 (07:35 +0000)
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 <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/36642
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
libcfs/include/libcfs/libcfs.h

index dd47177..1a6ef1c 100644 (file)
@@ -52,7 +52,7 @@
 #include <libcfs/libcfs_fail.h>
 #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))