Skip to content
Snippets Groups Projects
Commit c120c984 authored by Vlastimil Babka's avatar Vlastimil Babka Committed by Tetsuo Handa
Browse files

tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()


It seems tomoyo has had its own implementation of what
kmalloc_size_roundup() does today. Remove the function tomoyo_round2()
and replace it with kmalloc_size_roundup(). It provides more accurate
results and doesn't contain a while loop.

Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
Signed-off-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
parent c0927a7a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment