]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
server: negative error code when responding to client 9693/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 11:32:01 +0000 (19:32 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 11:32:01 +0000 (19:32 +0800)
commit26931f888ce4661765cca106b3a3dc66702266df
tree4cd72afcdcfc03ad221b3a9815e76b40df0b2981
parent2378709134f1c5c2e7d8f2c722d2704bc795a289
server: negative error code when responding to client

As the comment suggests. Also a zero or positive return code
shall indicates a success, which does not match our intention here.

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