]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix stack overflow caused by nested dispatch
authorYan, Zheng <zheng.z.yan@intel.com>
Wed, 26 Mar 2014 01:51:23 +0000 (09:51 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Fri, 28 Mar 2014 18:08:14 +0000 (02:08 +0800)
commitce936161694e09fec23a4a71ef5a9e5b065c837e
treec656b9ccd26d182e36c48e74079e64511a887e6a
parent71fa779e08ec08768a558e812aeecd02aa26b4eb
mds: fix stack overflow caused by nested dispatch

Commit bc3325b37 fixes a stack overflow bug happens when replaying
client requests. Similar stack overflow can happens when processing
finished contexts.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDS.cc