Skip to content

Commit b8d9ada

Browse files
John Donnellyjfvogel
authored andcommitted
Revert "net/rds: Should use rds_rtd_ptr() to trace pointer value"
This reverts commit 48ec898. These series of commits fail with fastreboot (kexec -e ). Orabug: 30653262 Signed-off-by: John Donnelly <[email protected]> Reviewed-by: Ka-Cheong Poon <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]> Orabug: 30820081 UEK5 => UEK6 (cherry picked from commit 21bef1c) cherry-pick-repo=UEK/production/linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: Sharon Liu <[email protected]> Orabug: 33590097 UEK6 => UEK7 (cherry picked from commit 794f75f) cherry-pick-repo=UEK/production/linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: William Kucharski <[email protected]>
1 parent b3af466 commit b8d9ada

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

net/rds/ib_cm.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,9 @@ int rds_ib_cm_handle_connect(struct rdma_cm_id *cm_id,
12211221
if (rds_ib_same_cm_id(ic, cm_id))
12221222
destroy = 0;
12231223
if (rds_conn_state(conn) == RDS_CONN_UP) {
1224-
rds_rtd_ptr(RDS_RTD_CM_EXT_P,
1225-
"conn %p <%pI6c,%pI6c,%d> incoming connect in UP state\n",
1226-
conn, &conn->c_laddr, &conn->c_faddr,
1227-
conn->c_tos);
1224+
rds_rtd(RDS_RTD_CM_EXT_P,
1225+
"conn %p <%pI6c,%pI6c,%d> incoming connect in UP state\n",
1226+
conn, &conn->c_laddr, &conn->c_faddr, conn->c_tos);
12281227
rds_conn_drop(conn, DR_IB_REQ_WHILE_CONN_UP);
12291228
rds_ib_stats_inc(s_ib_listen_closed_stale);
12301229
conn->c_reconnect_racing++;

0 commit comments

Comments
 (0)