tree: https://github.com/ceph/ceph-client.git wip-data-pool head: f6b7833f81b61e0807b4cfc914403b3bb3f86185 commit: 65a080b07375ff1c3b9a1d2852c3b93ecf74cbce [11/15] rbd: set offset and length outside of rbd_obj_request_create() config: x86_64-randconfig-a0-01260400 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce: git checkout 65a080b07375ff1c3b9a1d2852c3b93ecf74cbce # save the attached .config to linux build tree make ARCH=x86_64 Note: the ceph-client/wip-data-pool HEAD f6b7833f81b61e0807b4cfc914403b3bb3f86185 builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): drivers/block/rbd.c: In function 'rbd_obj_request_submit': >> drivers/block/rbd.c:1634: error: 'struct rbd_obj_request' has no member named 'object_no' vim +1634 drivers/block/rbd.c 1628 static void rbd_img_obj_callback(struct rbd_obj_request *obj_request); 1629 1630 static void rbd_obj_request_submit(struct rbd_obj_request *obj_request) 1631 { 1632 struct ceph_osd_request *osd_req = obj_request->osd_req; 1633 > 1634 dout("%s %p object_no %016llx %llu~%llu osd_req %p\n", __func__, 1635 obj_request, obj_request->object_no, obj_request->offset, 1636 obj_request->length, osd_req); 1637 if (obj_request_img_data_test(obj_request)) { --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip