On 6/24/19 8:24 PM, Chaitanya Kulkarni wrote:
nit:- Can we use is_vmalloc_addr() call directly so that "if (is_vmalloc)" -> "if (is_vmalloc_addr(data))" and remove is_vmalloc variable.
That would change a single call of is_vmalloc_addr() into multiple? Bart.