diff options
author | Poornima G <pgurusid@redhat.com> | 2018-05-16 11:00:32 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2018-05-17 06:47:52 +0000 |
commit | 7022bcf7691eca5d890629cb4322e37f6e4e5434 (patch) | |
tree | 8f8cccb2a0c4252de3591a96df03d3b45a1bba35 /.github | |
parent | 7ac79fb033824605dd5145975a16aeb155172185 (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 '.github')
0 files changed, 0 insertions, 0 deletions