Skip to content

Commit

Permalink
Merge pull request ceph#41326 from tchaikov/wip-seastar
Browse files Browse the repository at this point in the history
seastar: bump seastar to latest upstream master

Reviewed-by: Samuel Just <[email protected]>
Reviewed-by: Chunmei Liu <[email protected]>
Reviewed-by: Radoslaw Zarzynski <[email protected]>
Reviewed-by: Yingxin Cheng <[email protected]>
  • Loading branch information
tchaikov authored May 14, 2021
2 parents c520259 + ab2568e commit dac7e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/crimson/net/Socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ class FixedCPUServerSocket
seastar::future<> reset() {
return container().invoke_on_all([] (auto& ss) {
assert(ss.shutdown_gate.is_closed());
ss.shutdown_gate = seastar::gate();
ss.addr = entity_addr_t();
ss.listener.reset();
});
Expand Down
2 changes: 1 addition & 1 deletion src/seastar
Submodule seastar updated 116 files

0 comments on commit dac7e2b

Please sign in to comment.