diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | glusterfs.spec.in | 3 | ||||
| -rw-r--r-- | xlators/performance/Makefile.am | 2 | 
3 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index d3c8f8b9514..1222d5bf1dc 100644 --- a/configure.ac +++ b/configure.ac @@ -81,8 +81,6 @@ AC_CONFIG_FILES([Makefile                  xlators/performance/io-threads/src/Makefile                  xlators/performance/io-cache/Makefile                  xlators/performance/io-cache/src/Makefile -                xlators/performance/symlink-cache/Makefile -                xlators/performance/symlink-cache/src/Makefile                  xlators/performance/quick-read/Makefile                  xlators/performance/quick-read/src/Makefile                  xlators/performance/open-behind/Makefile diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a377be9ba8b..025dbb6cdef 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1112,9 +1112,6 @@ exit 0       %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/quiesce.so  %dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/playground       %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/playground/template.so -%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing -%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/performance -     %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/performance/symlink-cache.so  %files fuse  # glusterfs is a symlink to glusterfsd, -server depends on -fuse. 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 =   | 
