]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix crash when killing busy session
authorYan, Zheng <zyan@redhat.com>
Tue, 24 Mar 2015 07:01:49 +0000 (15:01 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 25 Mar 2015 02:38:28 +0000 (10:38 +0800)
commit8f91547654a84dc34bf6dd4d01f28010d60ef40b
tree8d641f8bd5d7563ad202c9c22b58e3249c18c4fb
parent2c181c2ae813811f5547a52bd1d9bace47a4dd43
mds: fix crash when killing busy session

journal_close_session() has already freed pending_prealloc_inos

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