Whamcloud - gitweb
LU-12803 libcfs: bump module version 88/36488/2
authorJames Simmons <jsimmons@infradead.org>
Fri, 18 Oct 2019 13:31:00 +0000 (09:31 -0400)
committerOleg Drokin <green@whamcloud.com>
Sun, 27 Oct 2019 04:17:25 +0000 (04:17 +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

Change-Id: Ie57d93529bf25d908099f7dab06d2960f9923d58
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/36488
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
libcfs/include/libcfs/libcfs.h

index 1c977de..608f562 100644 (file)
@@ -54,7 +54,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))