mbox series

[0/3] libceph: sparse-read misc fixes

Message ID 20231024050039.231143-1-xiubli@redhat.com
Headers show
Series libceph: sparse-read misc fixes | expand

Message

Xiubo Li Oct. 24, 2023, 5 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

One bug fix and one improvment for the sparse-read.


Xiubo Li (3):
  libceph: do not decrease the data length more than once
  libceph: save and covert sr_datalen to host-endian
  libceph: check the data length when finishes

 include/linux/ceph/osd_client.h |  3 ++-
 net/ceph/messenger_v2.c         |  1 -
 net/ceph/osd_client.c           | 16 +++++++++++++++-
 3 files changed, 17 insertions(+), 3 deletions(-)