Skip to content

Commit

Permalink
Merge pull request #11416: jewel: Failure in dirfrag.sh
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Oct 17, 2016
2 parents d8cdde5 + 0a17741 commit f54eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/Client.cc
Expand Up @@ -1145,7 +1145,7 @@ void Client::insert_readdir_results(MetaRequest *request, MetaSession *session,
<< ", readdir_start " << readdir_start << dendl;

if (diri->snapid != CEPH_SNAPDIR &&
fg.is_leftmost() && readdir_offset == 2) {
fg.is_leftmost() && readdir_offset == 2 && readdir_start.empty()) {
dirp->release_count = diri->dir_release_count;
dirp->ordered_count = diri->dir_ordered_count;
dirp->start_shared_gen = diri->shared_gen;
Expand Down

0 comments on commit f54eb34

Please sign in to comment.