]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix MDLog I/O callback without finisher
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Nov 2014 14:27:27 +0000 (14:27 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 1 Dec 2014 12:09:13 +0000 (12:09 +0000)
commit2ec67733ce10e5f89ac3ed4d88601a141163bb7b
tree0781b46646b389a5a04bfcf1c30b6434be6a674c
parentefdfec487a7a6ac683d99a2e1111f3dbb33aee0c
mds: fix MDLog I/O callback without finisher

This could deadlock if another caller was waiting
on a write_head callback while holding mds_lock.

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