mbox series

[v2,0/2] ceph: fix caps revocation stuck

Message ID 20231025061952.288730-1-xiubli@redhat.com
Headers show
Series ceph: fix caps revocation stuck | expand

Message

Xiubo Li Oct. 25, 2023, 6:19 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

Just remove the "[1/3] ceph: do not break the loop if CEPH_I_FLUSH is
set" patch from V1, which is causing a regression in 
https://tracker.ceph.com/issues/63298


Xiubo Li (2):
  ceph: always queue a writeback when revoking the Fb caps
  ceph: add ceph_cap_unlink_work to fire check caps immediately

 fs/ceph/caps.c       | 65 +++++++++++++++++++++++++++-----------------
 fs/ceph/mds_client.c | 34 +++++++++++++++++++++++
 fs/ceph/mds_client.h |  4 +++
 3 files changed, 78 insertions(+), 25 deletions(-)