Re: [PATCH V10 00/10] famfs: port into fuse
From: Miklos Szeredi
Date: Wed Apr 15 2026 - 10:07:18 EST
On Wed, 15 Apr 2026 at 15:35, Gregory Price <gourry@xxxxxxxxxx> wrote:
> This was my first reaction when I realized the BPF program would be
> controlling iomap return value in the fault path. Big ol' (!) popped
> up over my head.
I'm wondering which part of this triggers the big (!).
BPF program being run in the fault path?
Or that the return value from the BPF function is used as iomap?
Or something else?
Thanks,
Miklos