]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: use helper to send message to client; fix send to null connection
authorSage Weil <sage@newdream.net>
Tue, 8 Jun 2010 23:43:29 +0000 (16:43 -0700)
committerSage Weil <sage@newdream.net>
Tue, 8 Jun 2010 23:43:48 +0000 (16:43 -0700)
commit15a7a839256827bbefc2de89582ee11b3c8f81d5
tree7b8c54d04e3377814c864d239fcfa9d4360b6b8a
parentc992d020217e4080e80c6828aa4072d40ff77e18
mds: use helper to send message to client; fix send to null connection

Sometimes session->connection is NULL; use session->inst in that case.
src/mds/MDS.cc
src/mds/MDS.h
src/mds/Server.cc