Merge tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-client

Pull ceph fix from Ilya Dryomov:
"A follow-up for sparse read fixes that went into -rc4 -- msgr2 case
was missed and is corrected here"

* tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-client:
libceph: init the cursor when preparing sparse read in msgr2

Changed files
+3
net
+3
net/ceph/messenger_v2.c
··· 2034 2034 if (!con_secure(con)) 2035 2035 con->in_data_crc = -1; 2036 2036 2037 + ceph_msg_data_cursor_init(&con->v2.in_cursor, msg, 2038 + msg->sparse_read_total); 2039 + 2037 2040 reset_in_kvecs(con); 2038 2041 con->v2.in_state = IN_S_PREPARE_SPARSE_DATA_CONT; 2039 2042 con->v2.data_len_remain = data_len(msg);