From bcd092a21f4284277a7f59c58715bb253ed90ff7 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Sun, 23 Aug 2009 22:28:18 +0000 Subject: rewriting stat-prefetch translator - stat-prefetch aims to optimize operations like 'ls -l' where a readdir is immediately followed by stat calls on each of the directory entry read. More details on design can be found in doc/stat-prefetch-design.txt Signed-off-by: Anand V. Avati BUG: 221 (stat prefetch implementation) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=221 --- xlators/performance/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/Makefile.am') diff --git a/xlators/performance/Makefile.am b/xlators/performance/Makefile.am index 6b5facca51e..e91d5f6efc8 100644 --- a/xlators/performance/Makefile.am +++ b/xlators/performance/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = write-behind read-ahead io-threads io-cache symlink-cache quick-read +SUBDIRS = write-behind read-ahead io-threads io-cache symlink-cache quick-read stat-prefetch CLEANFILES = -- cgit