summaryrefslogtreecommitdiffstats
path: root/xlators/performance/readdir-ahead/src/readdir-ahead.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2017-03-15 10:26:28 +0530
committerRaghavendra G <rgowdapp@redhat.com>2017-04-06 00:04:03 -0400
commit0f71338e1d7c0b70f4fe3b19c68612fe730d9de2 (patch)
treebd3ffb87031006619c22f2914ea127edacd6fee3 /xlators/performance/readdir-ahead/src/readdir-ahead.h
parent93e3c9abce1a02ac724afa382751852fa5edf713 (diff)
downloadglusterfs-0f71338e1d7c0b70f4fe3b19c68612fe730d9de2.tar.gz
glusterfs-0f71338e1d7c0b70f4fe3b19c68612fe730d9de2.tar.xz
glusterfs-0f71338e1d7c0b70f4fe3b19c68612fe730d9de2.zip
dht: The xattrs sent in readdirp should be sent in opendir aswell
As readdir-ahead can be loaded as a child of dht, dht has to specify the xattrs it is intrested in, as part of opendir call itself. Change-Id: I012ef96cc143b0cef942df78aa7150d85ec38606 BUG: 1431908 Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-on: https://review.gluster.org/16902 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra G <rgowdapp@redhat.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead.h')
-rw-r--r--xlators/performance/readdir-ahead/src/readdir-ahead.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.h b/xlators/performance/readdir-ahead/src/readdir-ahead.h
index 9f9df05212..8c663e091f 100644
--- a/xlators/performance/readdir-ahead/src/readdir-ahead.h
+++ b/xlators/performance/readdir-ahead/src/readdir-ahead.h
@@ -36,8 +36,7 @@ struct rda_local {
struct rda_fd_ctx *ctx;
fd_t *fd;
off_t offset;
- dict_t *xattrs; /* md-cache keys to be sent in readdirp() */
- int32_t skip_dir;
+ dict_t *xattrs; /* xattrs to be sent in readdirp() */
};
struct rda_priv {