Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Al Viro <[email protected]>
- Loading branch information