Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 76e8d7cb authored by Al Viro's avatar Al Viro
Browse files

jfs: microoptimize get_zeroed_page / virt_to_page



get_zeroed_page does alloc_page and returns page_address of the result;
subsequent virt_to_page will recover the page, but since the caller
needs both page and its page_address() anyway, why bother going through
that wrapper at all?

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 222e4ade
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment