]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix fragment thrasher
authorJohn Spray <john.spray@redhat.com>
Thu, 17 Nov 2016 23:19:33 +0000 (23:19 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 24 Nov 2016 10:32:48 +0000 (10:32 +0000)
commitaba7aa6ae34cbb9d94c87e722050c1e9d40dd534
tree570b04a990fbd0d46fa229491b1dd8d31a0f66bf
parent8d5cb931afb3f56788bf5c635ca956fddcb2dffe
mds: fix fragment thrasher

The allows_dirfrags() test was in the wrong place, causing
in some cases a root fragment to be passed into queue_merge.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDSRank.cc