mbox series

[0/3] ceph: remove the capsnaps when removing the caps

Message ID 20210818080603.195722-1-xiubli@redhat.com
Headers show
Series ceph: remove the capsnaps when removing the caps | expand

Message

Xiubo Li Aug. 18, 2021, 8:06 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

Fix the memory leak for the ceph_inode_info and two warnings.


Xiubo Li (3):
  ceph: remove the capsnaps when removing the caps
  ceph: don't WARN if we're force umounting
  ceph: don't WARN if we're iterate removing the session caps

 fs/ceph/caps.c       | 62 ++++++++++++++++++++++++++++----------------
 fs/ceph/mds_client.c | 36 +++++++++++++++++++++----
 fs/ceph/super.h      |  6 ++++-
 3 files changed, 75 insertions(+), 29 deletions(-)