Re: [PATCH v2 2/2] staging: erofs: complete POSIX ACL support

From: Dan Carpenter
Date: Fri Feb 15 2019 - 02:37:36 EST


On Fri, Feb 15, 2019 at 10:10:34AM +0800, Chao Yu wrote:
> Hi Dan,
>
> Any suggestion?
>

I won't NAK whatever you decide. But my opinion is that you should
just use normal kernel memory allocators even though it means you have
to use two different fault injection frameworks.

Over time it would be good to improve and expand the standard kernel
error injection frameworks to cover more types.

regards,
dan carpenter