diff for duplicates of <4FCF6140.10604@dreamhost.com> diff --git a/a/1.txt b/N1/1.txt index 4457cd3..8eefda9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,8 +23,8 @@ Reviewed-by: Alex Elder <elder@inktank.com> > op = (void *)(replyhead + 1); > rc = le32_to_cpu(replyhead->result); > bytes = le64_to_cpu(op->extent.length); -> - read_op = (le32_to_cpu(op->op) == CEPH_OSD_OP_READ); -> + read_op = (le16_to_cpu(op->op) == CEPH_OSD_OP_READ); +> - read_op = (le32_to_cpu(op->op) = CEPH_OSD_OP_READ); +> + read_op = (le16_to_cpu(op->op) = CEPH_OSD_OP_READ); > > dout("rbd_req_cb bytes=%lld readop=%d rc=%d\n", bytes, read_op, rc); > diff --git a/a/content_digest b/N1/content_digest index 3aa30ee..8915ac3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120504173954.GA18827@elgon.mountain\0" "From\0Alex Elder <elder@dreamhost.com>\0" "Subject\0Re: [patch] rbd: endian bug in rbd_req_cb()\0" - "Date\0Wed, 06 Jun 2012 08:55:12 -0500\0" + "Date\0Wed, 06 Jun 2012 13:55:12 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Yehuda Sadeh <yehuda@hq.newdream.net>" Sage Weil <sage@newdream.net> @@ -34,8 +34,8 @@ "> \top = (void *)(replyhead + 1);\n" "> \trc = le32_to_cpu(replyhead->result);\n" "> \tbytes = le64_to_cpu(op->extent.length);\n" - "> -\tread_op = (le32_to_cpu(op->op) == CEPH_OSD_OP_READ);\n" - "> +\tread_op = (le16_to_cpu(op->op) == CEPH_OSD_OP_READ);\n" + "> -\tread_op = (le32_to_cpu(op->op) = CEPH_OSD_OP_READ);\n" + "> +\tread_op = (le16_to_cpu(op->op) = CEPH_OSD_OP_READ);\n" "> \n" "> \tdout(\"rbd_req_cb bytes=%lld readop=%d rc=%d\\n\", bytes, read_op, rc);\n" "> \n" @@ -45,4 +45,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -2859f36426f08eccedc23cb3b959bb8383a20a3ec8ee7e04d298c00abf8c7702 +c83cc7e015f704d0148da957af099a8f98b28b92b2a95b97950e63ca60bcc2e3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.