From 7c6538f6c8f9a015663b4fc57c640a7c451c87f7 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Thu, 8 Dec 2016 16:08:40 +0530 Subject: Readdir-ahead : Honor readdir-optimise option of dht Change-Id: I9c5e65b32e316e6a2fc7e1f5c79fce79386b78e2 BUG: 1401812 Signed-off-by: Poornima G Reviewed-on: https://review.gluster.org/16071 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Raghavendra G --- xlators/performance/readdir-ahead/src/readdir-ahead.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead.h') diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.h b/xlators/performance/readdir-ahead/src/readdir-ahead.h index 6b65a6250cc..9f9df05212e 100644 --- a/xlators/performance/readdir-ahead/src/readdir-ahead.h +++ b/xlators/performance/readdir-ahead/src/readdir-ahead.h @@ -37,6 +37,7 @@ struct rda_local { fd_t *fd; off_t offset; dict_t *xattrs; /* md-cache keys to be sent in readdirp() */ + int32_t skip_dir; }; struct rda_priv { -- cgit