Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hypervisor: remove mount redundancy #43

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Conversation

cvengler
Copy link
Member

@cvengler cvengler commented Feb 7, 2023

This commit removes redundant calls to the nix mount function, by reading the various mount points from different fields inside an array.

This can be seen as a groundwork for implementing #42.

@cvengler cvengler requested a review from sevenautumns February 7, 2023 15:34
@cvengler cvengler force-pushed the remove-redundant-mount branch 3 times, most recently from c2fbba6 to eac0f55 Compare February 14, 2023 15:38
hypervisor/src/hypervisor/partition.rs Outdated Show resolved Hide resolved
hypervisor/src/hypervisor/partition.rs Outdated Show resolved Hide resolved
This commit removes redundant calls to the `nix` mount function, by
reading the various mount points from different fields inside an array.

This can be seen as a groundwork for implementing #42.
@sevenautumns sevenautumns merged commit 8a88804 into main Feb 22, 2023
@sevenautumns sevenautumns deleted the remove-redundant-mount branch February 22, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants