-
Notifications
You must be signed in to change notification settings - Fork 304
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 (#14064)
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. Signed-off-by: Xuezhao Liu <[email protected]>
- Loading branch information
1 parent
f7087ff
commit 4d9323b
Showing
3 changed files
with
78 additions
and
18 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
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