Re: [f2fs-dev] [PATCH] f2fs: fix race of pending_pages in decompression

From: Eric Biggers
Date: Thu Dec 03 2020 - 23:51:54 EST


On Fri, Dec 04, 2020 at 01:48:24PM +0900, Daeho Jeong wrote:
> Eric,
>
> I have another question.
> I understand enabling the verity can be possible in the middle of I/O.
> Is the opposite way also possible? Actually, I couldn't find any
> disabling function of it, though.
>

No, disabling fs-verity on a file isn't possible.

- Eric