-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2835: Mount handlers refactor r=ricab,luis4a0,sharder996,townsend2010 a=andrei-toterman This PR is a refactor of the mount handlers. Instead of having each mount handler keep track of all the mounts of a specific type, we will have each instance of a mount handler class represent a single mounted path. The daemon will keep track of these mounts and, since each mount can be thought of as a resource, we can use RAII to manage their creation and destruction to some extent. Previous tests have been removed in order to not block the next release, but they will be rewritten as soon as possible. Co-authored-by: Andrei Toterman <[email protected]>
- Loading branch information
1 parent
66e98b5
commit 9bcabbf
Showing
39 changed files
with
369 additions
and
2,067 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
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.