Re: [RFC PATCH v1 1/1] linux: mm_types: allow to modified the vm_flags in vm_area_struct
From: Greg KH
Date: Mon Mar 13 2023 - 05:51:07 EST
On Mon, Mar 13, 2023 at 10:25:19AM +0100, Vincenzo Palazzo wrote:
> P.S: regaring the warning at compile time the __deprecated looks a good
> fit to generate error message, but to me in this particular case do not.
__deprecated does not work in the kernel tree, sorry. We have tried
that in the past and it just gets ignored. Instead, we fix up all
in-kernel users and continue on.
thanks,
greg k-h