]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
server: return after respond_to_request() for EROFS
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 12 Jun 2016 06:21:25 +0000 (14:21 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 12 Jun 2016 06:21:25 +0000 (14:21 +0800)
commit463feb272c4072fec2f75c13fecd8d1cb79dcded
tree2a1e455cb4bfa7cdc0cc218684b333464e617591
parentfb2667f3e15a17d1e584864fc6dd80c3cbcb1059
server: return after respond_to_request() for EROFS

Respond_to_request will do cleanup jobs, thus we shall
stall and exit under this case.

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