From f14e78dc8aaa93f8283c655b3f611aabad02ce22 Mon Sep 17 00:00:00 2001 From: Alex Markuze Date: Mon, 7 Apr 2025 15:33:38 +0000 Subject: [PATCH] more rm redundancy --- net/ceph/messenger_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ceph/messenger_v2.c b/net/ceph/messenger_v2.c index e5bfd7157b24c..b255a76446659 100644 --- a/net/ceph/messenger_v2.c +++ b/net/ceph/messenger_v2.c @@ -1950,7 +1950,7 @@ static int prepare_sparse_read_cont(struct ceph_connection *con) ceph_msg_data_advance(cursor, con->v2.in_bvec.bv_len); cursor->sr_resid -= con->v2.in_bvec.bv_len; - dout("%s: advance by 0x%x sr_resid 0x%x\n", __func__, + dout("advance by 0x%x sr_resid 0x%x\n", con->v2.in_bvec.bv_len, cursor->sr_resid); WARN_ON_ONCE(cursor->sr_resid > cursor->total_resid); if (cursor->sr_resid) { -- 2.39.5