From cfc340381e4a22d9df43da208fa101f689dfb1d4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 7 Mar 2018 01:05:31 +0000 Subject: [PATCH 1/2] scst/include/backport.h: Rework the DEFINE_TIMER() backport such that it also works with kernel 3.6 and before git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7387 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index 0576e0226..15b4bd634 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -708,9 +708,9 @@ struct t10_pi_tuple { #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0) #undef DEFINE_TIMER #define DEFINE_TIMER(_name, _function) \ - struct timer_list _name = __TIMER_INITIALIZER( \ - (void (*)(unsigned long))(_function), \ - (unsigned long)&(_name), 0, 0) + struct timer_list _name = TIMER_INITIALIZER( \ + (void (*)(unsigned long))(_function), 0, \ + (unsigned long)&(_name)) #endif /* */ From 60c5a888a251b05c1aa65399c6550f803a42fdc9 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 8 Mar 2018 05:27:47 +0000 Subject: [PATCH 2/2] Web updates git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7388 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/users.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/users.html b/www/users.html index ac547820b..5e3cb0409 100644 --- a/www/users.html +++ b/www/users.html @@ -95,7 +95,7 @@ Oracle - Orabuntu-lxc + Orabuntu-lxc @@ -103,15 +103,15 @@ Pranah Storage Technologies - Proxmox + Proxmox - QStar Technologies + QStar Technologies Scalable Informatics - Scale Computing + Scale Computing @@ -123,7 +123,7 @@ - System Fabric Works, Inc. + System Fabric Works, Inc. TechoPhil Ltd