Skip to content
Commit a0ea59d5 authored by Libin's avatar Libin Committed by Greg Kroah-Hartman
Browse files

char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT



(*->vm_end - *->vm_start) >> PAGE_SHIFT operation is implemented
as a inline funcion vma_pages() in linux/mm.h, so using it.

Signed-off-by: default avatarLibin <huawei.libin@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 80fe6361
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