Skip to content

Commit

Permalink
Merge pull request #11858 from dachary/wip-17697-jewel
Browse files Browse the repository at this point in the history
jewel: MDS long-time blocked ops. ceph-fuse locks up with getattr of file

Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
Loic Dachary committed Nov 14, 2016
2 parents e329a07 + 4d32d04 commit 74ff1f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osdc/ObjectCacher.cc
Expand Up @@ -2524,5 +2524,7 @@ void ObjectCacher::bh_remove(Object *ob, BufferHead *bh)
dirty_or_tx_bh.erase(bh);
}
bh_stat_sub(bh);
if (get_stat_dirty_waiting() > 0)
stat_cond.Signal();
}

0 comments on commit 74ff1f1

Please sign in to comment.