]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
more rm redundancy
authorAlex Markuze <amarkuze@redhat.com>
Mon, 7 Apr 2025 15:33:38 +0000 (15:33 +0000)
committerAlex Markuze <amarkuze@redhat.com>
Mon, 7 Apr 2025 15:33:38 +0000 (15:33 +0000)
net/ceph/messenger_v2.c

index e5bfd7157b24c70c167c5312cbf0863516222323..b255a76446659c43a171029306927720720d2c00 100644 (file)
@@ -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) {