Enforce documented RCU preconditions with assertions
[lttng-tools.git] / src / bin / lttng-sessiond / client.cpp
index ae55804871916d5f2d49301b867930d68d7ec3fc..7f3c81782d50c3ed7e9812aacbcaed41dbcaf3ef 100644 (file)
@@ -928,8 +928,6 @@ static int process_client_msg(struct command_ctx *cmd_ctx, int *sock,
                lttcomm_sessiond_command_str((lttcomm_sessiond_command) cmd_ctx->lsm.cmd_type),
                cmd_ctx->lsm.cmd_type);
 
-       LTTNG_ASSERT(!rcu_read_ongoing());
-
        *sock_error = 0;
 
        switch (cmd_ctx->lsm.cmd_type) {
This page took 0.02319 seconds and 4 git commands to generate.