|
|
21ab4e |
From 1dede7ff95a03936c342c3fc1c9b788d4b75d399 Mon Sep 17 00:00:00 2001
|
|
|
21ab4e |
From: Mohammed Rafi KC <rkavunga@redhat.com>
|
|
|
21ab4e |
Date: Tue, 16 May 2017 21:41:46 +0530
|
|
|
21ab4e |
Subject: [PATCH 444/473] build: Remove throttle related files from make fille
|
|
|
21ab4e |
|
|
|
21ab4e |
One commit accidently added one entry in make file for
|
|
|
21ab4e |
throttle-tbf.c which is not supported in downstream.
|
|
|
21ab4e |
|
|
|
21ab4e |
refrence commit : fe5617f5422ea052b17a4ab282f80ac6b61238df
|
|
|
21ab4e |
|
|
|
21ab4e |
Label: DOWNSTREAM ONLY
|
|
|
21ab4e |
|
|
|
21ab4e |
Change-Id: Icbfa85a0c0a5d7054fede7ff678fddd2b6eafd2e
|
|
|
21ab4e |
BUG: 1450336
|
|
|
21ab4e |
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
|
|
|
21ab4e |
Reviewed-on: https://code.engineering.redhat.com/gerrit/106335
|
|
|
21ab4e |
Reviewed-by: Niels de Vos <ndevos@redhat.com>
|
|
|
21ab4e |
Reviewed-by: Poornima Gurusiddaiah <pgurusid@redhat.com>
|
|
|
21ab4e |
---
|
|
|
21ab4e |
libglusterfs/src/Makefile.am | 2 +-
|
|
|
21ab4e |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
21ab4e |
|
|
|
21ab4e |
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am
|
|
|
21ab4e |
index 6abced9..efd887d 100644
|
|
|
21ab4e |
--- a/libglusterfs/src/Makefile.am
|
|
|
21ab4e |
+++ b/libglusterfs/src/Makefile.am
|
|
|
21ab4e |
@@ -33,7 +33,7 @@ libglusterfs_la_SOURCES = dict.c xlator.c logging.c \
|
|
|
21ab4e |
$(CONTRIBDIR)/libexecinfo/execinfo.c quota-common-utils.c rot-buffs.c \
|
|
|
21ab4e |
$(CONTRIBDIR)/timer-wheel/timer-wheel.c \
|
|
|
21ab4e |
$(CONTRIBDIR)/timer-wheel/find_last_bit.c default-args.c locking.c \
|
|
|
21ab4e |
- compound-fop-utils.c throttle-tbf.c
|
|
|
21ab4e |
+ compound-fop-utils.c
|
|
|
21ab4e |
|
|
|
21ab4e |
nodist_libglusterfs_la_SOURCES = y.tab.c graph.lex.c defaults.c
|
|
|
21ab4e |
nodist_libglusterfs_la_HEADERS = y.tab.h glusterfs-fops.h cli1-xdr.h
|
|
|
21ab4e |
--
|
|
|
21ab4e |
1.8.3.1
|
|
|
21ab4e |
|