]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix null dereference 2743/head
authorYan, Zheng <zyan@redhat.com>
Fri, 17 Oct 2014 14:07:33 +0000 (22:07 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 17 Oct 2014 14:09:22 +0000 (22:09 +0800)
commit2c064137d31fb363d01b7c209ba3b5db1dff0234
tree5e08ab957f24ccd1ca35b6cd118a4c81553cd584
parenta9f302da08ab96128b28d85e2f566ad0f2ba2f30
mds: fix null dereference

Server::handle_client_file_setlock() should return after calling
reply_request()

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