Project

General

Profile

Actions

Tasks #46890

closed

Tasks #23844: client: break client_lock

client: add request lock support

Added by Xiubo Li over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

Tags:
Reviewed:
Affected Versions:
Component(FS):
libcephfs
Labels (FS):
task(medium)
Pull request ID:

Description

For each request it will be protected by its own lock. And the lock order with client_lock will be:

request_lock.lock();
client_lock.lock();
..
client_lock.unlock();
request_lock.unlock();
Actions #1

Updated by Xiubo Li over 3 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 36553
Actions #2

Updated by Patrick Donnelly over 3 years ago

  • Target version set to v16.0.0
Actions #3

Updated by Xiubo Li about 3 years ago

  • Status changed from Fix Under Review to Closed

Has fold this feature into https://tracker.ceph.com/issues/46688, to simplify the inode lock patches I have remove the request lock, so will close it.

Actions

Also available in: Atom PDF