-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15517 rebuild: refine lock handling for rpt list
Originally the rpt list only be accessible by system XS, so need not lock. But commit 61e1334 (DAOS-14010 rebuild: add delay rebuild #13357) changed that VOS tgt XS also can access rpt and rpt list so it is not safe anymore. This patch added minimal necessary lock to protect it. Required-githooks: true Signed-off-by: Xuezhao Liu <[email protected]>
- Loading branch information
1 parent
dc96a19
commit 577cf4b
Showing
2 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters