]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't abort request that has already started slave operation
authorYan, Zheng <zyan@redhat.com>
Thu, 5 Jan 2017 03:39:42 +0000 (11:39 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 10 Jan 2017 07:23:35 +0000 (15:23 +0800)
commit9b97554f0a4e88c6353213bb0d41054c6db44461
tree00aca0172657bb3c047dc8d48c052233e0a7b32a
parent5b832aa5b6e0bd23f491ac896136e13f72e19353
mds: don't abort request that has already started slave operation

Access check and fragment size check can fail after start slave
operation. This causes mds to crash.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/Server.cc