[GIT PULL] Ceph fixes for 6.8-rc2
From: Ilya Dryomov
Date: Wed Jan 24 2024 - 15:21:49 EST
Hi Linus,
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
are available in the Git repository at:
https://github.com/ceph/ceph-client.git tags/ceph-for-6.8-rc2
for you to fetch changes up to ded080c86b3f99683774af0441a58fc2e3d60cae:
rbd: don't move requests to the running list on errors (2024-01-22 00:14:10 +0100)
----------------------------------------------------------------
A fix to avoid triggering an assert in some cases where RBD exclusive
mappings are involved and a deprecated API cleanup.
----------------------------------------------------------------
Christophe JAILLET (1):
rbd: remove usage of the deprecated ida_simple_*() API
Ilya Dryomov (1):
rbd: don't move requests to the running list on errors
drivers/block/rbd.c | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)