diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-10-07 03:42:45 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-07 02:36:20 -0700 |
commit | 02e934c0aeedf44c3213829e593f10ccaf4e6bba (patch) | |
tree | be47a0c1fc01b1ca837d32f7342ee470eacbda39 /xlators/performance/stat-prefetch/src/Makefile.am | |
parent | e2b1e7bb775b2f2f95357550bac786961ec9848a (diff) |
performance/stat-prefetch: change the cache to use rbtree based hashtable instead of list for caching dentries.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 284 (performance actually decreases for 'ls -l' on a directory containing large number of files with stat-prefetch loaded)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=284
Diffstat (limited to 'xlators/performance/stat-prefetch/src/Makefile.am')
-rw-r--r-- | xlators/performance/stat-prefetch/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/stat-prefetch/src/Makefile.am b/xlators/performance/stat-prefetch/src/Makefile.am index b16c133a1..3aec50859 100644 --- a/xlators/performance/stat-prefetch/src/Makefile.am +++ b/xlators/performance/stat-prefetch/src/Makefile.am @@ -8,7 +8,7 @@ noinst_HEADERS = stat-prefetch.h stat_prefetch_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\ - -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS) + -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/contrib/rbtree/ -nostartfiles $(GF_CFLAGS) CLEANFILES = |