Print this page
8368 remove warlock leftovers from usr/src/uts

*** 87,103 **** { RDSV3_DPRINTF4("rdsv3_connect_complete", "Enter(conn: %p)", conn); if (!rdsv3_conn_transition(conn, RDSV3_CONN_CONNECTING, RDSV3_CONN_UP)) { - #ifndef __lock_lint RDSV3_DPRINTF2("rdsv3_connect_complete", "%s: Cannot transition to state UP, " "current state is %d", __func__, atomic_get(&conn->c_state)); - #endif conn->c_state = RDSV3_CONN_ERROR; rdsv3_queue_work(rdsv3_wq, &conn->c_down_w); return; } --- 87,101 ----