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

index b255a76446659c43a171029306927720720d2c00..e6c055747a36d4d749dae9439184c4157613846b 100644 (file)
@@ -1998,8 +1998,8 @@ static int prepare_sparse_read_cont(struct ceph_connection *con)
        }
 
        if (ret > cursor->total_resid) {
-               pr_warn("%s: ret 0x%x total_resid 0x%zx resid 0x%zx\n",
-                       __func__, ret, cursor->total_resid, cursor->resid);
+               pr_warn("ret 0x%x total_resid 0x%zx resid 0x%zx\n",
+                       ret, cursor->total_resid, cursor->resid);
                return -EIO;
        }
        get_bvec_at(cursor, &bv);
@@ -2026,7 +2026,7 @@ static int prepare_sparse_read_data(struct ceph_connection *con)
 {
        struct ceph_msg *msg = con->in_msg;
 
-       dout("%s: starting sparse read\n", __func__);
+       dout("starting sparse read\n");
 
        if (WARN_ON_ONCE(!con->ops->sparse_read))
                return -EOPNOTSUPP;
@@ -2078,7 +2078,7 @@ static void prepare_read_enc_page(struct ceph_connection *con)
 {
        struct bio_vec bv;
 
-       dout("%s con %p i %d resid %d\n", __func__, con, con->v2.in_enc_i,
+       dout("con %p i %d resid %d\n", con, con->v2.in_enc_i,
             con->v2.in_enc_resid);
        WARN_ON(!con->v2.in_enc_resid);