-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Since DTX entries can still reference objects that are being deleted by vos_obj_delete, we need to pass a container handle when removing them so that any DTX references can be removed upon deletion. This change adds a container level garbage collection heap so we can meet this requirement. When a container is destroyed, the collection of that container will move any outstanding items to the pool level heap. Signed-off-by: Jeff Olivier <jeffrey.v.olivier@intel.com>
- Loading branch information
1 parent
f04b465
commit 5aa28e8
Showing
11 changed files
with
472 additions
and
75 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
Oops, something went wrong.