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

contest: vm: get tree_path config only once #39

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

matttbe
Copy link
Member

@matttbe matttbe commented Sep 27, 2024

tree_path config is fetched at the init phase, no need to get it again later, simply use self.tree_path.

This is a simple fix I spot when working on something unrelated. Sending it separately to avoid noise on the other change.

'tree_path' config is fetched at the init phase, no need to get it again
later, simply use self.tree_path.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
@kuba-moo kuba-moo merged commit 5ac1b1e into linux-netdev:main Oct 1, 2024
1 check passed
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