mbox series

[v2,0/2] ceph: fix cephfs rsync kworker high load issue

Message ID 20220216021845.131852-1-xiubli@redhat.com (mailing list archive)
Headers show
Series ceph: fix cephfs rsync kworker high load issue | expand

Message

Xiubo Li Feb. 16, 2022, 2:18 a.m. UTC
From: Xiubo Li <xiubli@redhat.com>

V2:
- allocate the capsnap memory ourside of ceph_queue_cap_snap() from
Jeff's advice.
- fix the code style and logs to make the logs to be more readable

Xiubo Li (2):
  ceph: allocate capsnap memory outside of ceph_queue_cap_snap()
  ceph: misc fix for code style and logs

 fs/ceph/snap.c | 168 ++++++++++++++++++++++++++-----------------------
 1 file changed, 90 insertions(+), 78 deletions(-)