c26e0efd3c
mwa-delphia -> stx-clients mwa-pitta -> stx-config mwa-cleo -> stx-fault mwa-gplv2 -> stx-gplv2 mwa-gplv3 -> stx-gplv3 mwa-solon -> stx-ha mwa-sparta -> stx-integ mwa-beas -> stx-metal mwa-thales -> stx-nfv mwa-chilon -> stx-update mwa-perian -> stx-upstream Edit build_srpm.data files to remove references to mwa-* directories. Substitute $STX_BASE, $GIT_BASE, $PKG_BASE as required. While editing build_srpm.data, might also move some files on the principle ... $PKG_BASE/files is for distro independednt files $PKG_BASE/centos/files is for CentOS specific files Depends-On: https://review.openstack.org/579954 Depends-On: https://review.openstack.org/579957 Change-Id: If0c3c3e9296804d76c2031595697b7a5f2825f03 Signed-off-by: Scott Little <scott.little@windriver.com>
29 lines
731 B
Diff
29 lines
731 B
Diff
From cf5d8b554d6fdacf3ad3d18333bd00f8b937ff54 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <cf5d8b554d6fdacf3ad3d18333bd00f8b937ff54.1507754332.git.Jim.Somerville@windriver.com>
|
|
From: Jim Somerville <Jim.Somerville@windriver.com>
|
|
Date: Wed, 11 Oct 2017 16:38:36 -0400
|
|
Subject: [PATCH 1/1] Changes for CentOS 7.4 support
|
|
|
|
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
|
|
---
|
|
kcompat.h | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/kcompat.h b/kcompat.h
|
|
index 59e32a8..3d4e8f6 100644
|
|
--- a/kcompat.h
|
|
+++ b/kcompat.h
|
|
@@ -31,9 +31,5 @@
|
|
|
|
#define __GFP_RECLAIM __GFP_WAIT
|
|
|
|
-#define inode_lock(_node) mutex_lock(&_node->i_mutex)
|
|
-#define inode_unlock(_node) mutex_unlock(&_node->i_mutex)
|
|
-
|
|
-
|
|
#endif
|
|
#endif
|
|
--
|
|
1.8.3.1
|
|
|