summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-gfid-path.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2018-05-16 11:00:32 +0530
committerRaghavendra G <rgowdapp@redhat.com>2018-05-17 06:47:52 +0000
commit7022bcf7691eca5d890629cb4322e37f6e4e5434 (patch)
tree8f8cccb2a0c4252de3591a96df03d3b45a1bba35 /xlators/storage/posix/src/posix-gfid-path.h
parent7ac79fb033824605dd5145975a16aeb155172185 (diff)
readdir-ahead: Fix an issue with parallel-readdir and readdir-optimize
Issue: When parallel-readdir is enabled, readdir-optimize automatically stops working because of a bug in rda_opendir. RCA: In rda_opendir, the xattrs that indicate readdir-optimize or not is sent in xdata. This xdata is sent to all the readdirp prefetch calls. A dict_ref is taken on xdata and kept in rda_opendir to be used by rda_fill_fd, but dht_opendir deletes some elements in xdata after calling rda_opendir. Hence dict_ref is not a right choice here, dict_copy needs to used. Change-Id: Ie7cc7ceb03117dd4179ef7905647f2f123f94966 fixes: bz#1578650 Signed-off-by: Poornima G <pgurusid@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-gfid-path.h')
0 files changed, 0 insertions, 0 deletions