On Mon, 19 Sep 2016 19:03:27 +0200, Ilya Dryomov wrote: > Accessing obj_request->img_request union field is only valid for object > requests associated with an image (i.e. if obj_request_img_data_test() > returns true). rbd_osd_req_format_read() used to do more, but now it > just sets osd_req->snap_id. Standalone and stat object requests always > go to the HEAD revision and are fine with CEPH_NOSNAP set by libceph, > so get around the invalid union field use by simply not calling > rbd_osd_req_format_read() in those places. > > Reported-by: David Disseldorp <ddiss@xxxxxxx> > Signed-off-by: Ilya Dryomov <idryomov@xxxxxxxxx> Looks fine. Reviewed-by: David Disseldorp <ddiss@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html