2021-03-01 12:17:08

by Matthew Wilcox

[permalink] [raw]
Subject: Re: [PATCH] mm: introduce clear all vm events counters

On Mon, Mar 01, 2021 at 04:19:26PM +0530, Pintu Kumar wrote:
> +EXPORT_SYMBOL_GPL(clear_all_vm_events);

What module uses this function?


2021-03-01 13:57:17

by Pintu Kumar

[permalink] [raw]
Subject: Re: [PATCH] mm: introduce clear all vm events counters

On 2021-03-01 17:43, Matthew Wilcox wrote:
> On Mon, Mar 01, 2021 at 04:19:26PM +0530, Pintu Kumar wrote:
>> +EXPORT_SYMBOL_GPL(clear_all_vm_events);
>
> What module uses this function?

oh sorry, I will remove the EXPORT
Thanks for the review.


Regards,
Pintu