]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/CInode: fix potential fin hanging 9773/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 17 Jun 2016 08:13:31 +0000 (16:13 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 17 Jun 2016 23:33:26 +0000 (07:33 +0800)
commitb653e7d706231ff1b736a64b68b05a777cbeff35
tree0c35552ca946dfedbb22c92b49e626c10bd98237
parent2380351e1679b4e111a7019aa76877639d66d1ff
mds/CInode: fix potential fin hanging

The behaviour of handle_write_error() process is configurable
and therefore is  non-deterministic. Thus we'd better to finish
the context here anyway.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mds/CInode.cc