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

Currently AF_KTLS allocates 16 pages rather than 4 during alloc_pages #70

Merged
merged 1 commit into from
Jul 31, 2016

Conversation

lancerchao
Copy link
Contributor

since the 2nd argument is the order of the number of pages.
order_base_2() is a helper function that rounds the arg to the next
power of two and returns the log.

since the 2nd argument is the order of the number of pages.
order_base_2() is a helper function that rounds the arg to the next
power of two and returns the log.
@fridex
Copy link
Member

fridex commented Jul 31, 2016

Looks good to me, thanks!

@fridex fridex merged commit 65898f1 into ktls:master Jul 31, 2016
@fridex fridex mentioned this pull request Jul 31, 2016
@lancerchao lancerchao deleted the fix-overalloc branch August 10, 2016 22:39
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