From 088e2cbb5ee3f3e766b7e4021e2d86d0c5187de0 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 11 Dec 2018 16:20:58 +0530 Subject: symlink-cache: remove from the build symlink-cache was written as an experiment to reduce the load on 'build' systems, which keep doing symlink resolution to get the proper header files. But since last 6+ years, there was no way to add it to the volfile using gluster cli, and hence was not supported anymore. As it is not maintained, and as announced on [1], we are planning to remove it from the build system. [1]- https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html updates: bz#1635688 Change-Id: Iaa25069bceed04cf65f79a4b4a02c05cee848eb5 Signed-off-by: Amar Tumballi --- xlators/performance/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance') diff --git a/xlators/performance/Makefile.am b/xlators/performance/Makefile.am index 4ec0f78e1b4..2946ac097b7 100644 --- a/xlators/performance/Makefile.am +++ b/xlators/performance/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = write-behind read-ahead readdir-ahead io-threads io-cache \ - symlink-cache quick-read md-cache open-behind decompounder nl-cache + quick-read md-cache open-behind decompounder nl-cache CLEANFILES = -- cgit